Shades of Kelly Green #5BDB32
Tints of Kelly Green #5BDB32
RGB
CMYK
RGB Variations
Color information
#5BDB32 (or 0x5BDB32) is known color: Kelly Green. HEX triplet: 5B, DB and 32. RGB value is (91,219,50). Sum of RGB (Red+Green+Blue) = 91+219+50=360 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.28% from 360); Green value is 219 (85.94% from 255 or 60.83% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 219 - color contains mainly: green. Hex color #5BDB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BDB32 is #A424CD. Grayscale: #A2A2A2. Windows color (decimal): -10757326 or 3332955. OLE color: 3332955.
HSL color Cylindrical-coordinate representation of color #5BDB32: hue angle of 105.44º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5BDB32 is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 219 | 50 | - |
| CMYK | 0.58 | 0 | 0.77 | 0.14 |
| HSL | 105.44º | 0.7% | 0.53% | - |
| HSV(B) | 105.44º | 0.77% | 0.86% | - |
| XYZ | 30.22 | 53.12 | 11.68 | - |
| YUV | 161.46 | 65.09 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 219 | 50 | 0.58 | 0 | 0.77 | 0.14 | 105.44 | 0.7 | 0.53 |
| Hex | 5B | DB | 32 | 3A | 0 | 4D | E | 69 | 46 | 35 |
| Octal | 133 | 333 | 62 | 72 | 0 | 115 | 16 | 151 | 106 | 65 |
| Binary | 1011011 | 11011011 | 110010 | 111010 | 0 | 1001101 | 1110 | 1101001 | 1000110 | 110101 |
Color Harmonies of #5BDB32
Complementary color
Monochromatic Colors of #5BDB32
Black with #5BDB32
Text Example
Text Example
White with #5BDB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BDB32; }
p { color: rgb(91,219,50); }
H1.HeaderClassName
{
color: #5BDB32;
}
.AnyTagClassName
{
color: #5BDB32;
}
</style>
background-color css
<style>
a { background-color: #5BDB32; }
a { background-color: rgb(91,219,50); }
div.DivClassName
{
background-color: #5BDB32;
}
.BgClassName
{
background-color: #5BDB32;
}
</style>
border-color css
<style>
span { border-color: #5BDB32; }
span { border-color: rgb(91,219,50); }
td.TdClassName
{
border-color: #5BDB32;
}
.TagClassName
{
border-color: #5BDB32;
}
</style>