Shades of Kelly Green #4FBC12
Tints of Kelly Green #4FBC12
RGB
CMYK
RGB Variations
Color information
#4FBC12 (or 0x4FBC12) is known color: Kelly Green. HEX triplet: 4F, BC and 12. RGB value is (79,188,18). Sum of RGB (Red+Green+Blue) = 79+188+18=285 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.72% from 285); Green value is 188 (73.83% from 255 or 65.96% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 188 - color contains mainly: green. Hex color #4FBC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FBC12 is #B043ED. Grayscale: #888888. Windows color (decimal): -11551726 or 1227855. OLE color: 1227855.
HSL color Cylindrical-coordinate representation of color #4FBC12: hue angle of 98.47º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4FBC12 is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 79 | 188 | 18 | - |
| CMYK | 0.58 | 0 | 0.90 | 0.26 |
| HSL | 98.47º | 0.83% | 0.4% | - |
| HSV(B) | 98.47º | 0.9% | 0.74% | - |
| XYZ | 21.32 | 37.67 | 6.72 | - |
| YUV | 136.03 | 61.39 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 188 | 18 | 0.58 | 0 | 0.90 | 0.26 | 98.47 | 0.83 | 0.4 |
| Hex | 4F | BC | 12 | 3A | 0 | 5A | 1A | 62 | 53 | 28 |
| Octal | 117 | 274 | 22 | 72 | 0 | 132 | 32 | 142 | 123 | 50 |
| Binary | 1001111 | 10111100 | 10010 | 111010 | 0 | 1011010 | 11010 | 1100010 | 1010011 | 101000 |
Color Harmonies of #4FBC12
Complementary color
Monochromatic Colors of #4FBC12
Black with #4FBC12
Text Example
Text Example
White with #4FBC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBC12; }
p { color: rgb(79,188,18); }
H1.HeaderClassName
{
color: #4FBC12;
}
.AnyTagClassName
{
color: #4FBC12;
}
</style>
background-color css
<style>
a { background-color: #4FBC12; }
a { background-color: rgb(79,188,18); }
div.DivClassName
{
background-color: #4FBC12;
}
.BgClassName
{
background-color: #4FBC12;
}
</style>
border-color css
<style>
span { border-color: #4FBC12; }
span { border-color: rgb(79,188,18); }
td.TdClassName
{
border-color: #4FBC12;
}
.TagClassName
{
border-color: #4FBC12;
}
</style>