Shades of Kelly Green #5FD611
Tints of Kelly Green #5FD611
RGB
CMYK
RGB Variations
Color information
#5FD611 (or 0x5FD611) is known color: Kelly Green. HEX triplet: 5F, D6 and 11. RGB value is (95,214,17). Sum of RGB (Red+Green+Blue) = 95+214+17=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 214 (83.98% from 255 or 65.64% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 214 - color contains mainly: green. Hex color #5FD611 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD611 is #A029EE. Grayscale: #9C9C9C. Windows color (decimal): -10496495 or 1168991. OLE color: 1168991.
HSL color Cylindrical-coordinate representation of color #5FD611: hue angle of 96.24º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5FD611 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 214 | 17 | - |
| CMYK | 0.56 | 0 | 0.92 | 0.16 |
| HSL | 96.24º | 0.85% | 0.45% | - |
| HSV(B) | 96.24º | 0.92% | 0.84% | - |
| XYZ | 28.87 | 50.57 | 8.77 | - |
| YUV | 155.96 | 49.58 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 214 | 17 | 0.56 | 0 | 0.92 | 0.16 | 96.24 | 0.85 | 0.45 |
| Hex | 5F | D6 | 11 | 38 | 0 | 5C | 10 | 60 | 55 | 2D |
| Octal | 137 | 326 | 21 | 70 | 0 | 134 | 20 | 140 | 125 | 55 |
| Binary | 1011111 | 11010110 | 10001 | 111000 | 0 | 1011100 | 10000 | 1100000 | 1010101 | 101101 |
Color Harmonies of #5FD611
Complementary color
Monochromatic Colors of #5FD611
Black with #5FD611
Text Example
Text Example
White with #5FD611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD611; }
p { color: rgb(95,214,17); }
H1.HeaderClassName
{
color: #5FD611;
}
.AnyTagClassName
{
color: #5FD611;
}
</style>
background-color css
<style>
a { background-color: #5FD611; }
a { background-color: rgb(95,214,17); }
div.DivClassName
{
background-color: #5FD611;
}
.BgClassName
{
background-color: #5FD611;
}
</style>
border-color css
<style>
span { border-color: #5FD611; }
span { border-color: rgb(95,214,17); }
td.TdClassName
{
border-color: #5FD611;
}
.TagClassName
{
border-color: #5FD611;
}
</style>