Shades of Kelly Green #5FDB2B
Tints of Kelly Green #5FDB2B
RGB
CMYK
RGB Variations
Color information
#5FDB2B (or 0x5FDB2B) is known color: Kelly Green. HEX triplet: 5F, DB and 2B. RGB value is (95,219,43). Sum of RGB (Red+Green+Blue) = 95+219+43=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 219 (85.94% from 255 or 61.34% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FDB2B is #A024D4. Grayscale: #A2A2A2. Windows color (decimal): -10495189 or 2874207. OLE color: 2874207.
HSL color Cylindrical-coordinate representation of color #5FDB2B: hue angle of 102.27º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5FDB2B is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 43 | - |
| CMYK | 0.57 | 0 | 0.80 | 0.14 |
| HSL | 102.27º | 0.71% | 0.51% | - |
| HSV(B) | 102.27º | 0.8% | 0.86% | - |
| XYZ | 30.49 | 53.27 | 10.96 | - |
| YUV | 161.86 | 60.92 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 43 | 0.57 | 0 | 0.80 | 0.14 | 102.27 | 0.71 | 0.51 |
| Hex | 5F | DB | 2B | 39 | 0 | 50 | E | 66 | 47 | 33 |
| Octal | 137 | 333 | 53 | 71 | 0 | 120 | 16 | 146 | 107 | 63 |
| Binary | 1011111 | 11011011 | 101011 | 111001 | 0 | 1010000 | 1110 | 1100110 | 1000111 | 110011 |
Color Harmonies of #5FDB2B
Complementary color
Monochromatic Colors of #5FDB2B
Black with #5FDB2B
Text Example
Text Example
White with #5FDB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB2B; }
p { color: rgb(95,219,43); }
H1.HeaderClassName
{
color: #5FDB2B;
}
.AnyTagClassName
{
color: #5FDB2B;
}
</style>
background-color css
<style>
a { background-color: #5FDB2B; }
a { background-color: rgb(95,219,43); }
div.DivClassName
{
background-color: #5FDB2B;
}
.BgClassName
{
background-color: #5FDB2B;
}
</style>
border-color css
<style>
span { border-color: #5FDB2B; }
span { border-color: rgb(95,219,43); }
td.TdClassName
{
border-color: #5FDB2B;
}
.TagClassName
{
border-color: #5FDB2B;
}
</style>