Shades of Kelly Green #5FD706
Tints of Kelly Green #5FD706
RGB
CMYK
RGB Variations
Color information
#5FD706 (or 0x5FD706) is known color: Kelly Green. HEX triplet: 5F, D7 and 06. RGB value is (95,215,6). Sum of RGB (Red+Green+Blue) = 95+215+6=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 215 (84.38% from 255 or 68.04% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD706 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD706 is #A028F9. Grayscale: #9C9C9C. Windows color (decimal): -10496250 or 448351. OLE color: 448351.
HSL color Cylindrical-coordinate representation of color #5FD706: hue angle of 94.45º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5FD706 is Cyan = 0.56, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 215 | 6 | - |
| CMYK | 0.56 | 0 | 0.97 | 0.16 |
| HSL | 94.45º | 0.95% | 0.43% | - |
| HSV(B) | 94.45º | 0.97% | 0.84% | - |
| XYZ | 29.05 | 51.05 | 8.49 | - |
| YUV | 155.29 | 43.74 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 215 | 6 | 0.56 | 0 | 0.97 | 0.16 | 94.45 | 0.95 | 0.43 |
| Hex | 5F | D7 | 6 | 38 | 0 | 61 | 10 | 5E | 5F | 2B |
| Octal | 137 | 327 | 6 | 70 | 0 | 141 | 20 | 136 | 137 | 53 |
| Binary | 1011111 | 11010111 | 110 | 111000 | 0 | 1100001 | 10000 | 1011110 | 1011111 | 101011 |
Color Harmonies of #5FD706
Complementary color
Monochromatic Colors of #5FD706
Black with #5FD706
Text Example
Text Example
White with #5FD706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD706; }
p { color: rgb(95,215,6); }
H1.HeaderClassName
{
color: #5FD706;
}
.AnyTagClassName
{
color: #5FD706;
}
</style>
background-color css
<style>
a { background-color: #5FD706; }
a { background-color: rgb(95,215,6); }
div.DivClassName
{
background-color: #5FD706;
}
.BgClassName
{
background-color: #5FD706;
}
</style>
border-color css
<style>
span { border-color: #5FD706; }
span { border-color: rgb(95,215,6); }
td.TdClassName
{
border-color: #5FD706;
}
.TagClassName
{
border-color: #5FD706;
}
</style>