Shades of Kelly Green #5FDB14
Tints of Kelly Green #5FDB14
RGB
CMYK
RGB Variations
Color information
#5FDB14 (or 0x5FDB14) is known color: Kelly Green. HEX triplet: 5F, DB and 14. RGB value is (95,219,20). Sum of RGB (Red+Green+Blue) = 95+219+20=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 219 (85.94% from 255 or 65.57% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDB14 is #A024EB. Grayscale: #9F9F9F. Windows color (decimal): -10495212 or 1366879. OLE color: 1366879.
HSL color Cylindrical-coordinate representation of color #5FDB14: hue angle of 97.39º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5FDB14 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 20 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.14 |
| HSL | 97.39º | 0.83% | 0.47% | - |
| HSV(B) | 97.39º | 0.91% | 0.86% | - |
| XYZ | 30.18 | 53.15 | 9.33 | - |
| YUV | 159.24 | 49.42 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 20 | 0.57 | 0 | 0.91 | 0.14 | 97.39 | 0.83 | 0.47 |
| Hex | 5F | DB | 14 | 39 | 0 | 5B | E | 61 | 53 | 2F |
| Octal | 137 | 333 | 24 | 71 | 0 | 133 | 16 | 141 | 123 | 57 |
| Binary | 1011111 | 11011011 | 10100 | 111001 | 0 | 1011011 | 1110 | 1100001 | 1010011 | 101111 |
Color Harmonies of #5FDB14
Complementary color
Monochromatic Colors of #5FDB14
Black with #5FDB14
Text Example
Text Example
White with #5FDB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB14; }
p { color: rgb(95,219,20); }
H1.HeaderClassName
{
color: #5FDB14;
}
.AnyTagClassName
{
color: #5FDB14;
}
</style>
background-color css
<style>
a { background-color: #5FDB14; }
a { background-color: rgb(95,219,20); }
div.DivClassName
{
background-color: #5FDB14;
}
.BgClassName
{
background-color: #5FDB14;
}
</style>
border-color css
<style>
span { border-color: #5FDB14; }
span { border-color: rgb(95,219,20); }
td.TdClassName
{
border-color: #5FDB14;
}
.TagClassName
{
border-color: #5FDB14;
}
</style>