In a RGB color space, #4fff4f hex color is composed of 31% red, 100% green and 31% blue. Whereas in a CMYK color space, it is composed of 69% cyan, 0% magenta, 69% yellow and 0% black. It has a hue angle of 120 degrees, a saturation of 100% and a lightness of 65.5%. #4fff4f color hex could be obtained by blending #9eff9e with #00ff00. Closest websafe color is: #66ff66.
The hexadecimal color #4fff4f has RGB values of R:79, G:255, B:79 and CMYK values of C:0.69, M:0, Y:0.69, K:0. Its decimal value is 5242703.
Hex triplet | 4fff4f | #4fff4f |
RGB Decimal | 79, 255, 79 | rgb(79,255,79) |
RGB Percent | 31, 100, 31 | rgb(31%,100%,31%) |
CMYK | 69, 0, 69, 0 | |
HSL | 120°, 100, 65.5 | hsl(120,100%,65.5%) |
HSV(HSB) | 120°, 69, 100 | |
Web Safe | 66ff66 | #6f6 |
XYZ | 40.396, 73.747, 19.503 |
xyY | 0.302, 0.552, 73.747 |
CIE-LAB | 88.803, -75.81, 67.955 |
CIE-LCH | 88.803, 101.809, 138.127 |
CIE-LUV | 88.803, -73.604, 95.15 |
Hunter-Lab | 85.876, -66.317, 46.648 |
Binary | 01001111, 11111111, 01001111 |
Below, you can see some colors close to #4fff4f. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #4fff4f.
<span style="color:#4fff4f">Text here</span>
This paragraph has a background color of #4fff4f.
<p style="background-color:#4fff4f;">Content here</p>
This element has a border color of #4fff4f.
<div style="border:1px #4fff4f;">Content here</div>
.text {color:#4fff4f;}
.background {background-color:#4fff4f;}
.border {border:1px solid #4fff4f;}
.text-shadow {border:1px solid #4fff4f;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000f00 is the darkest color, while #f9fff9 is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #a7a7a7 is the less saturated color, while #56f856 is the most saturated one.