Shades of Kelly Green #4FBC14
Tints of Kelly Green #4FBC14
RGB
CMYK
RGB Variations
Color information
#4FBC14 (or 0x4FBC14) is known color: Kelly Green. HEX triplet: 4F, BC and 14. RGB value is (79,188,20). Sum of RGB (Red+Green+Blue) = 79+188+20=287 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.53% from 287); Green value is 188 (73.83% from 255 or 65.51% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FBC14 is #B043EB. Grayscale: #888888. Windows color (decimal): -11551724 or 1358927. OLE color: 1358927.
HSL color Cylindrical-coordinate representation of color #4FBC14: hue angle of 98.93º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4FBC14 is Cyan = 0.58, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 20 | - |
| CMYK | 0.58 | 0 | 0.89 | 0.26 |
| HSL | 98.93º | 0.81% | 0.41% | - |
| HSV(B) | 98.93º | 0.89% | 0.74% | - |
| XYZ | 21.33 | 37.68 | 6.81 | - |
| YUV | 136.26 | 62.39 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 20 | 0.58 | 0 | 0.89 | 0.26 | 98.93 | 0.81 | 0.41 |
| Hex | 4F | BC | 14 | 3A | 0 | 59 | 1A | 63 | 51 | 29 |
| Octal | 117 | 274 | 24 | 72 | 0 | 131 | 32 | 143 | 121 | 51 |
| Binary | 1001111 | 10111100 | 10100 | 111010 | 0 | 1011001 | 11010 | 1100011 | 1010001 | 101001 |
Color Harmonies of #4FBC14
Complementary color
Monochromatic Colors of #4FBC14
Black with #4FBC14
Text Example
Text Example
White with #4FBC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC14; }
p { color: rgb(79,188,20); }
H1.HeaderClassName
{
color: #4FBC14;
}
.AnyTagClassName
{
color: #4FBC14;
}
</style>
background-color css
<style>
a { background-color: #4FBC14; }
a { background-color: rgb(79,188,20); }
div.DivClassName
{
background-color: #4FBC14;
}
.BgClassName
{
background-color: #4FBC14;
}
</style>
border-color css
<style>
span { border-color: #4FBC14; }
span { border-color: rgb(79,188,20); }
td.TdClassName
{
border-color: #4FBC14;
}
.TagClassName
{
border-color: #4FBC14;
}
</style>