Shades of Kelly Green #5FDB13
Tints of Kelly Green #5FDB13
RGB
CMYK
RGB Variations
Color information
#5FDB13 (or 0x5FDB13) is known color: Kelly Green. HEX triplet: 5F, DB and 13. RGB value is (95,219,19). Sum of RGB (Red+Green+Blue) = 95+219+19=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 219 (85.94% from 255 or 65.77% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FDB13 is #A024EC. Grayscale: #9F9F9F. Windows color (decimal): -10495213 or 1301343. OLE color: 1301343.
HSL color Cylindrical-coordinate representation of color #5FDB13: hue angle of 97.2º degrees, saturation: 0.84, 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 #5FDB13 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 19 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.14 |
| HSL | 97.2º | 0.84% | 0.47% | - |
| HSV(B) | 97.2º | 0.91% | 0.86% | - |
| XYZ | 30.17 | 53.14 | 9.28 | - |
| YUV | 159.12 | 48.92 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 19 | 0.57 | 0 | 0.91 | 0.14 | 97.2 | 0.84 | 0.47 |
| Hex | 5F | DB | 13 | 39 | 0 | 5B | E | 61 | 54 | 2F |
| Octal | 137 | 333 | 23 | 71 | 0 | 133 | 16 | 141 | 124 | 57 |
| Binary | 1011111 | 11011011 | 10011 | 111001 | 0 | 1011011 | 1110 | 1100001 | 1010100 | 101111 |
Color Harmonies of #5FDB13
Complementary color
Monochromatic Colors of #5FDB13
Black with #5FDB13
Text Example
Text Example
White with #5FDB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB13; }
p { color: rgb(95,219,19); }
H1.HeaderClassName
{
color: #5FDB13;
}
.AnyTagClassName
{
color: #5FDB13;
}
</style>
background-color css
<style>
a { background-color: #5FDB13; }
a { background-color: rgb(95,219,19); }
div.DivClassName
{
background-color: #5FDB13;
}
.BgClassName
{
background-color: #5FDB13;
}
</style>
border-color css
<style>
span { border-color: #5FDB13; }
span { border-color: rgb(95,219,19); }
td.TdClassName
{
border-color: #5FDB13;
}
.TagClassName
{
border-color: #5FDB13;
}
</style>