Shades of Kelly Green #5FD712
Tints of Kelly Green #5FD712
RGB
CMYK
RGB Variations
Color information
#5FD712 (or 0x5FD712) is known color: Kelly Green. HEX triplet: 5F, D7 and 12. RGB value is (95,215,18). Sum of RGB (Red+Green+Blue) = 95+215+18=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 215 (84.38% from 255 or 65.55% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 215 - color contains mainly: green. Hex color #5FD712 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD712 is #A028ED. Grayscale: #9D9D9D. Windows color (decimal): -10496238 or 1234783. OLE color: 1234783.
HSL color Cylindrical-coordinate representation of color #5FD712: hue angle of 96.55º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5FD712 is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 95 | 215 | 18 | - |
| CMYK | 0.56 | 0 | 0.92 | 0.16 |
| HSL | 96.55º | 0.85% | 0.46% | - |
| HSV(B) | 96.55º | 0.92% | 0.84% | - |
| XYZ | 29.13 | 51.08 | 8.9 | - |
| YUV | 156.66 | 49.74 | 84.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 215 | 18 | 0.56 | 0 | 0.92 | 0.16 | 96.55 | 0.85 | 0.46 |
| Hex | 5F | D7 | 12 | 38 | 0 | 5C | 10 | 61 | 55 | 2E |
| Octal | 137 | 327 | 22 | 70 | 0 | 134 | 20 | 141 | 125 | 56 |
| Binary | 1011111 | 11010111 | 10010 | 111000 | 0 | 1011100 | 10000 | 1100001 | 1010101 | 101110 |
Color Harmonies of #5FD712
Complementary color
Monochromatic Colors of #5FD712
Black with #5FD712
Text Example
Text Example
White with #5FD712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD712; }
p { color: rgb(95,215,18); }
H1.HeaderClassName
{
color: #5FD712;
}
.AnyTagClassName
{
color: #5FD712;
}
</style>
background-color css
<style>
a { background-color: #5FD712; }
a { background-color: rgb(95,215,18); }
div.DivClassName
{
background-color: #5FD712;
}
.BgClassName
{
background-color: #5FD712;
}
</style>
border-color css
<style>
span { border-color: #5FD712; }
span { border-color: rgb(95,215,18); }
td.TdClassName
{
border-color: #5FD712;
}
.TagClassName
{
border-color: #5FD712;
}
</style>