Shades of Kelly Green #5BD332
Tints of Kelly Green #5BD332
RGB
CMYK
RGB Variations
Color information
#5BD332 (or 0x5BD332) is known color: Kelly Green. HEX triplet: 5B, D3 and 32. RGB value is (91,211,50). Sum of RGB (Red+Green+Blue) = 91+211+50=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 211 (82.81% from 255 or 59.94% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 211 - color contains mainly: green. Hex color #5BD332 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD332 is #A42CCD. Grayscale: #9D9D9D. Windows color (decimal): -10759374 or 3330907. OLE color: 3330907.
HSL color Cylindrical-coordinate representation of color #5BD332: hue angle of 104.72º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5BD332 is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 91 | 211 | 50 | - |
| CMYK | 0.57 | 0 | 0.76 | 0.17 |
| HSL | 104.72º | 0.65% | 0.51% | - |
| HSV(B) | 104.72º | 0.76% | 0.83% | - |
| XYZ | 28.18 | 49.04 | 11 | - |
| YUV | 156.77 | 67.74 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 211 | 50 | 0.57 | 0 | 0.76 | 0.17 | 104.72 | 0.65 | 0.51 |
| Hex | 5B | D3 | 32 | 39 | 0 | 4C | 11 | 69 | 41 | 33 |
| Octal | 133 | 323 | 62 | 71 | 0 | 114 | 21 | 151 | 101 | 63 |
| Binary | 1011011 | 11010011 | 110010 | 111001 | 0 | 1001100 | 10001 | 1101001 | 1000001 | 110011 |
Color Harmonies of #5BD332
Complementary color
Monochromatic Colors of #5BD332
Black with #5BD332
Text Example
Text Example
White with #5BD332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD332; }
p { color: rgb(91,211,50); }
H1.HeaderClassName
{
color: #5BD332;
}
.AnyTagClassName
{
color: #5BD332;
}
</style>
background-color css
<style>
a { background-color: #5BD332; }
a { background-color: rgb(91,211,50); }
div.DivClassName
{
background-color: #5BD332;
}
.BgClassName
{
background-color: #5BD332;
}
</style>
border-color css
<style>
span { border-color: #5BD332; }
span { border-color: rgb(91,211,50); }
td.TdClassName
{
border-color: #5BD332;
}
.TagClassName
{
border-color: #5BD332;
}
</style>