Shades of Kelly Green #5FDB16
Tints of Kelly Green #5FDB16
RGB
CMYK
RGB Variations
Color information
#5FDB16 (or 0x5FDB16) is known color: Kelly Green. HEX triplet: 5F, DB and 16. RGB value is (95,219,22). Sum of RGB (Red+Green+Blue) = 95+219+22=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 219 (85.94% from 255 or 65.18% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDB16 is #A024E9. Grayscale: #A0A0A0. Windows color (decimal): -10495210 or 1497951. OLE color: 1497951.
HSL color Cylindrical-coordinate representation of color #5FDB16: hue angle of 97.77º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5FDB16 is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 22 | - |
| CMYK | 0.57 | 0 | 0.90 | 0.14 |
| HSL | 97.77º | 0.82% | 0.47% | - |
| HSV(B) | 97.77º | 0.9% | 0.86% | - |
| XYZ | 30.2 | 53.15 | 9.43 | - |
| YUV | 159.47 | 50.42 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 22 | 0.57 | 0 | 0.90 | 0.14 | 97.77 | 0.82 | 0.47 |
| Hex | 5F | DB | 16 | 39 | 0 | 5A | E | 62 | 52 | 2F |
| Octal | 137 | 333 | 26 | 71 | 0 | 132 | 16 | 142 | 122 | 57 |
| Binary | 1011111 | 11011011 | 10110 | 111001 | 0 | 1011010 | 1110 | 1100010 | 1010010 | 101111 |
Color Harmonies of #5FDB16
Complementary color
Monochromatic Colors of #5FDB16
Black with #5FDB16
Text Example
Text Example
White with #5FDB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB16; }
p { color: rgb(95,219,22); }
H1.HeaderClassName
{
color: #5FDB16;
}
.AnyTagClassName
{
color: #5FDB16;
}
</style>
background-color css
<style>
a { background-color: #5FDB16; }
a { background-color: rgb(95,219,22); }
div.DivClassName
{
background-color: #5FDB16;
}
.BgClassName
{
background-color: #5FDB16;
}
</style>
border-color css
<style>
span { border-color: #5FDB16; }
span { border-color: rgb(95,219,22); }
td.TdClassName
{
border-color: #5FDB16;
}
.TagClassName
{
border-color: #5FDB16;
}
</style>