Shades of Kelly Green #4FC80B
Tints of Kelly Green #4FC80B
RGB
CMYK
RGB Variations
Color information
#4FC80B (or 0x4FC80B) is known color: Kelly Green. HEX triplet: 4F, C8 and 0B. RGB value is (79,200,11). Sum of RGB (Red+Green+Blue) = 79+200+11=290 (38% of max value = 765). Red value is 79 (31.25% from 255 or 27.24% from 290); Green value is 200 (78.52% from 255 or 68.97% from 290); Blue value is 11 (4.69% from 255 or 3.79% from 290); Max value from RGB is 200 - color contains mainly: green. Hex color #4FC80B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FC80B is #B037F4. Grayscale: #8E8E8E. Windows color (decimal): -11548661 or 772175. OLE color: 772175.
HSL color Cylindrical-coordinate representation of color #4FC80B: hue angle of 98.41º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4FC80B is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 79 | 200 | 11 | - |
| CMYK | 0.60 | 0 | 0.94 | 0.22 |
| HSL | 98.41º | 0.9% | 0.41% | - |
| HSV(B) | 98.41º | 0.95% | 0.78% | - |
| XYZ | 23.94 | 42.99 | 7.35 | - |
| YUV | 142.28 | 53.91 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 200 | 11 | 0.60 | 0 | 0.94 | 0.22 | 98.41 | 0.9 | 0.41 |
| Hex | 4F | C8 | B | 3C | 0 | 5E | 16 | 62 | 5A | 29 |
| Octal | 117 | 310 | 13 | 74 | 0 | 136 | 26 | 142 | 132 | 51 |
| Binary | 1001111 | 11001000 | 1011 | 111100 | 0 | 1011110 | 10110 | 1100010 | 1011010 | 101001 |
Color Harmonies of #4FC80B
Complementary color
Monochromatic Colors of #4FC80B
Black with #4FC80B
Text Example
Text Example
White with #4FC80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FC80B; }
p { color: rgb(79,200,11); }
H1.HeaderClassName
{
color: #4FC80B;
}
.AnyTagClassName
{
color: #4FC80B;
}
</style>
background-color css
<style>
a { background-color: #4FC80B; }
a { background-color: rgb(79,200,11); }
div.DivClassName
{
background-color: #4FC80B;
}
.BgClassName
{
background-color: #4FC80B;
}
</style>
border-color css
<style>
span { border-color: #4FC80B; }
span { border-color: rgb(79,200,11); }
td.TdClassName
{
border-color: #4FC80B;
}
.TagClassName
{
border-color: #4FC80B;
}
</style>