Shades of Kelly Green #4FDC08
Tints of Kelly Green #4FDC08
RGB
CMYK
RGB Variations
Color information
#4FDC08 (or 0x4FDC08) is known color: Kelly Green. HEX triplet: 4F, DC and 08. RGB value is (79,220,8). Sum of RGB (Red+Green+Blue) = 79+220+8=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 220 (86.33% from 255 or 71.66% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 220 - color contains mainly: green. Hex color #4FDC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FDC08 is #B023F7. Grayscale: #9A9A9A. Windows color (decimal): -11543544 or 580687. OLE color: 580687.
HSL color Cylindrical-coordinate representation of color #4FDC08: hue angle of 99.91º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4FDC08 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 79 | 220 | 8 | - |
| CMYK | 0.64 | 0 | 0.96 | 0.14 |
| HSL | 99.91º | 0.93% | 0.45% | - |
| HSV(B) | 99.91º | 0.96% | 0.86% | - |
| XYZ | 28.86 | 52.87 | 8.91 | - |
| YUV | 153.67 | 45.79 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 220 | 8 | 0.64 | 0 | 0.96 | 0.14 | 99.91 | 0.93 | 0.45 |
| Hex | 4F | DC | 8 | 40 | 0 | 60 | E | 64 | 5D | 2D |
| Octal | 117 | 334 | 10 | 100 | 0 | 140 | 16 | 144 | 135 | 55 |
| Binary | 1001111 | 11011100 | 1000 | 1000000 | 0 | 1100000 | 1110 | 1100100 | 1011101 | 101101 |
Color Harmonies of #4FDC08
Complementary color
Monochromatic Colors of #4FDC08
Black with #4FDC08
Text Example
Text Example
White with #4FDC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FDC08; }
p { color: rgb(79,220,8); }
H1.HeaderClassName
{
color: #4FDC08;
}
.AnyTagClassName
{
color: #4FDC08;
}
</style>
background-color css
<style>
a { background-color: #4FDC08; }
a { background-color: rgb(79,220,8); }
div.DivClassName
{
background-color: #4FDC08;
}
.BgClassName
{
background-color: #4FDC08;
}
</style>
border-color css
<style>
span { border-color: #4FDC08; }
span { border-color: rgb(79,220,8); }
td.TdClassName
{
border-color: #4FDC08;
}
.TagClassName
{
border-color: #4FDC08;
}
</style>