Shades of Kelly Green #5FD610
Tints of Kelly Green #5FD610
RGB
CMYK
RGB Variations
Color information
#5FD610 (or 0x5FD610) is known color: Kelly Green. HEX triplet: 5F, D6 and 10. RGB value is (95,214,16). Sum of RGB (Red+Green+Blue) = 95+214+16=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 214 (83.98% from 255 or 65.85% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD610 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD610 is #A029EF. Grayscale: #9C9C9C. Windows color (decimal): -10496496 or 1103455. OLE color: 1103455.
HSL color Cylindrical-coordinate representation of color #5FD610: hue angle of 96.06º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5FD610 is Cyan = 0.56, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 214 | 16 | - |
| CMYK | 0.56 | 0 | 0.93 | 0.16 |
| HSL | 96.06º | 0.86% | 0.45% | - |
| HSV(B) | 96.06º | 0.93% | 0.84% | - |
| XYZ | 28.86 | 50.56 | 8.73 | - |
| YUV | 155.85 | 49.08 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 214 | 16 | 0.56 | 0 | 0.93 | 0.16 | 96.06 | 0.86 | 0.45 |
| Hex | 5F | D6 | 10 | 38 | 0 | 5D | 10 | 60 | 56 | 2D |
| Octal | 137 | 326 | 20 | 70 | 0 | 135 | 20 | 140 | 126 | 55 |
| Binary | 1011111 | 11010110 | 10000 | 111000 | 0 | 1011101 | 10000 | 1100000 | 1010110 | 101101 |
Color Harmonies of #5FD610
Complementary color
Monochromatic Colors of #5FD610
Black with #5FD610
Text Example
Text Example
White with #5FD610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD610; }
p { color: rgb(95,214,16); }
H1.HeaderClassName
{
color: #5FD610;
}
.AnyTagClassName
{
color: #5FD610;
}
</style>
background-color css
<style>
a { background-color: #5FD610; }
a { background-color: rgb(95,214,16); }
div.DivClassName
{
background-color: #5FD610;
}
.BgClassName
{
background-color: #5FD610;
}
</style>
border-color css
<style>
span { border-color: #5FD610; }
span { border-color: rgb(95,214,16); }
td.TdClassName
{
border-color: #5FD610;
}
.TagClassName
{
border-color: #5FD610;
}
</style>