Shades of Kelly Green #5FD008
Tints of Kelly Green #5FD008
RGB
CMYK
RGB Variations
Color information
#5FD008 (or 0x5FD008) is known color: Kelly Green. HEX triplet: 5F, D0 and 08. RGB value is (95,208,8). Sum of RGB (Red+Green+Blue) = 95+208+8=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 208 (81.64% from 255 or 66.88% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD008 is #A02FF7. Grayscale: #989898. Windows color (decimal): -10498040 or 577631. OLE color: 577631.
HSL color Cylindrical-coordinate representation of color #5FD008: hue angle of 93.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5FD008 is Cyan = 0.54, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 8 | - |
| CMYK | 0.54 | 0 | 0.96 | 0.18 |
| HSL | 93.9º | 0.93% | 0.42% | - |
| HSV(B) | 93.9º | 0.96% | 0.82% | - |
| XYZ | 27.32 | 47.56 | 7.97 | - |
| YUV | 151.41 | 47.06 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 8 | 0.54 | 0 | 0.96 | 0.18 | 93.9 | 0.93 | 0.42 |
| Hex | 5F | D0 | 8 | 36 | 0 | 60 | 12 | 5E | 5D | 2A |
| Octal | 137 | 320 | 10 | 66 | 0 | 140 | 22 | 136 | 135 | 52 |
| Binary | 1011111 | 11010000 | 1000 | 110110 | 0 | 1100000 | 10010 | 1011110 | 1011101 | 101010 |
Color Harmonies of #5FD008
Complementary color
Monochromatic Colors of #5FD008
Black with #5FD008
Text Example
Text Example
White with #5FD008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD008; }
p { color: rgb(95,208,8); }
H1.HeaderClassName
{
color: #5FD008;
}
.AnyTagClassName
{
color: #5FD008;
}
</style>
background-color css
<style>
a { background-color: #5FD008; }
a { background-color: rgb(95,208,8); }
div.DivClassName
{
background-color: #5FD008;
}
.BgClassName
{
background-color: #5FD008;
}
</style>
border-color css
<style>
span { border-color: #5FD008; }
span { border-color: rgb(95,208,8); }
td.TdClassName
{
border-color: #5FD008;
}
.TagClassName
{
border-color: #5FD008;
}
</style>