Shades of Kelly Green #5FDB28
Tints of Kelly Green #5FDB28
RGB
CMYK
RGB Variations
Color information
#5FDB28 (or 0x5FDB28) is known color: Kelly Green. HEX triplet: 5F, DB and 28. RGB value is (95,219,40). Sum of RGB (Red+Green+Blue) = 95+219+40=354 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.84% from 354); Green value is 219 (85.94% from 255 or 61.86% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDB28 is #A024D7. Grayscale: #A2A2A2. Windows color (decimal): -10495192 or 2677599. OLE color: 2677599.
HSL color Cylindrical-coordinate representation of color #5FDB28: hue angle of 101.56º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5FDB28 is Cyan = 0.57, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 40 | - |
| CMYK | 0.57 | 0 | 0.82 | 0.14 |
| HSL | 101.56º | 0.71% | 0.51% | - |
| HSV(B) | 101.56º | 0.82% | 0.86% | - |
| XYZ | 30.43 | 53.25 | 10.68 | - |
| YUV | 161.52 | 59.42 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 40 | 0.57 | 0 | 0.82 | 0.14 | 101.56 | 0.71 | 0.51 |
| Hex | 5F | DB | 28 | 39 | 0 | 52 | E | 66 | 47 | 33 |
| Octal | 137 | 333 | 50 | 71 | 0 | 122 | 16 | 146 | 107 | 63 |
| Binary | 1011111 | 11011011 | 101000 | 111001 | 0 | 1010010 | 1110 | 1100110 | 1000111 | 110011 |
Color Harmonies of #5FDB28
Complementary color
Monochromatic Colors of #5FDB28
Black with #5FDB28
Text Example
Text Example
White with #5FDB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB28; }
p { color: rgb(95,219,40); }
H1.HeaderClassName
{
color: #5FDB28;
}
.AnyTagClassName
{
color: #5FDB28;
}
</style>
background-color css
<style>
a { background-color: #5FDB28; }
a { background-color: rgb(95,219,40); }
div.DivClassName
{
background-color: #5FDB28;
}
.BgClassName
{
background-color: #5FDB28;
}
</style>
border-color css
<style>
span { border-color: #5FDB28; }
span { border-color: rgb(95,219,40); }
td.TdClassName
{
border-color: #5FDB28;
}
.TagClassName
{
border-color: #5FDB28;
}
</style>