Shades of Kelly Green #5FD006
Tints of Kelly Green #5FD006
RGB
CMYK
RGB Variations
Color information
#5FD006 (or 0x5FD006) is known color: Kelly Green. HEX triplet: 5F, D0 and 06. RGB value is (95,208,6). Sum of RGB (Red+Green+Blue) = 95+208+6=309 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.74% from 309); Green value is 208 (81.64% from 255 or 67.31% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 208 - color contains mainly: green. Hex color #5FD006 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD006 is #A02FF9. Grayscale: #979797. Windows color (decimal): -10498042 or 446559. OLE color: 446559.
HSL color Cylindrical-coordinate representation of color #5FD006: hue angle of 93.56º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5FD006 is Cyan = 0.54, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 95 | 208 | 6 | - |
| CMYK | 0.54 | 0 | 0.97 | 0.18 |
| HSL | 93.56º | 0.94% | 0.42% | - |
| HSV(B) | 93.56º | 0.97% | 0.82% | - |
| XYZ | 27.31 | 47.56 | 7.91 | - |
| YUV | 151.19 | 46.06 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 208 | 6 | 0.54 | 0 | 0.97 | 0.18 | 93.56 | 0.94 | 0.42 |
| Hex | 5F | D0 | 6 | 36 | 0 | 61 | 12 | 5E | 5E | 2A |
| Octal | 137 | 320 | 6 | 66 | 0 | 141 | 22 | 136 | 136 | 52 |
| Binary | 1011111 | 11010000 | 110 | 110110 | 0 | 1100001 | 10010 | 1011110 | 1011110 | 101010 |
Color Harmonies of #5FD006
Complementary color
Monochromatic Colors of #5FD006
Black with #5FD006
Text Example
Text Example
White with #5FD006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD006; }
p { color: rgb(95,208,6); }
H1.HeaderClassName
{
color: #5FD006;
}
.AnyTagClassName
{
color: #5FD006;
}
</style>
background-color css
<style>
a { background-color: #5FD006; }
a { background-color: rgb(95,208,6); }
div.DivClassName
{
background-color: #5FD006;
}
.BgClassName
{
background-color: #5FD006;
}
</style>
border-color css
<style>
span { border-color: #5FD006; }
span { border-color: rgb(95,208,6); }
td.TdClassName
{
border-color: #5FD006;
}
.TagClassName
{
border-color: #5FD006;
}
</style>