Shades of Kelly Green #5FD816
Tints of Kelly Green #5FD816
RGB
CMYK
RGB Variations
Color information
#5FD816 (or 0x5FD816) is known color: Kelly Green. HEX triplet: 5F, D8 and 16. RGB value is (95,216,22). Sum of RGB (Red+Green+Blue) = 95+216+22=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 216 (84.77% from 255 or 64.86% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD816 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FD816 is #A027E9. Grayscale: #9E9E9E. Windows color (decimal): -10495978 or 1497183. OLE color: 1497183.
HSL color Cylindrical-coordinate representation of color #5FD816: hue angle of 97.42º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5FD816 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 95 | 216 | 22 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.15 |
| HSL | 97.42º | 0.82% | 0.47% | - |
| HSV(B) | 97.42º | 0.9% | 0.85% | - |
| XYZ | 29.42 | 51.6 | 9.17 | - |
| YUV | 157.71 | 51.41 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 216 | 22 | 0.56 | 0 | 0.90 | 0.15 | 97.42 | 0.82 | 0.47 |
| Hex | 5F | D8 | 16 | 38 | 0 | 5A | F | 61 | 52 | 2F |
| Octal | 137 | 330 | 26 | 70 | 0 | 132 | 17 | 141 | 122 | 57 |
| Binary | 1011111 | 11011000 | 10110 | 111000 | 0 | 1011010 | 1111 | 1100001 | 1010010 | 101111 |
Color Harmonies of #5FD816
Complementary color
Monochromatic Colors of #5FD816
Black with #5FD816
Text Example
Text Example
White with #5FD816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FD816; }
p { color: rgb(95,216,22); }
H1.HeaderClassName
{
color: #5FD816;
}
.AnyTagClassName
{
color: #5FD816;
}
</style>
background-color css
<style>
a { background-color: #5FD816; }
a { background-color: rgb(95,216,22); }
div.DivClassName
{
background-color: #5FD816;
}
.BgClassName
{
background-color: #5FD816;
}
</style>
border-color css
<style>
span { border-color: #5FD816; }
span { border-color: rgb(95,216,22); }
td.TdClassName
{
border-color: #5FD816;
}
.TagClassName
{
border-color: #5FD816;
}
</style>