Shades of Kelly Green #4FCF14
Tints of Kelly Green #4FCF14
RGB
CMYK
RGB Variations
Color information
#4FCF14 (or 0x4FCF14) is known color: Kelly Green. HEX triplet: 4F, CF and 14. RGB value is (79,207,20). Sum of RGB (Red+Green+Blue) = 79+207+20=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 207 (81.25% from 255 or 67.65% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 207 - color contains mainly: green. Hex color #4FCF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FCF14 is #B030EB. Grayscale: #949494. Windows color (decimal): -11546860 or 1363791. OLE color: 1363791.
HSL color Cylindrical-coordinate representation of color #4FCF14: hue angle of 101.07º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4FCF14 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 79 | 207 | 20 | - |
| CMYK | 0.62 | 0 | 0.90 | 0.19 |
| HSL | 101.07º | 0.82% | 0.45% | - |
| HSV(B) | 101.07º | 0.9% | 0.81% | - |
| XYZ | 25.66 | 46.34 | 8.25 | - |
| YUV | 147.41 | 56.09 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 207 | 20 | 0.62 | 0 | 0.90 | 0.19 | 101.07 | 0.82 | 0.45 |
| Hex | 4F | CF | 14 | 3E | 0 | 5A | 13 | 65 | 52 | 2D |
| Octal | 117 | 317 | 24 | 76 | 0 | 132 | 23 | 145 | 122 | 55 |
| Binary | 1001111 | 11001111 | 10100 | 111110 | 0 | 1011010 | 10011 | 1100101 | 1010010 | 101101 |
Color Harmonies of #4FCF14
Complementary color
Monochromatic Colors of #4FCF14
Black with #4FCF14
Text Example
Text Example
White with #4FCF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FCF14; }
p { color: rgb(79,207,20); }
H1.HeaderClassName
{
color: #4FCF14;
}
.AnyTagClassName
{
color: #4FCF14;
}
</style>
background-color css
<style>
a { background-color: #4FCF14; }
a { background-color: rgb(79,207,20); }
div.DivClassName
{
background-color: #4FCF14;
}
.BgClassName
{
background-color: #4FCF14;
}
</style>
border-color css
<style>
span { border-color: #4FCF14; }
span { border-color: rgb(79,207,20); }
td.TdClassName
{
border-color: #4FCF14;
}
.TagClassName
{
border-color: #4FCF14;
}
</style>