Shades of Kelly Green #5BD232
Tints of Kelly Green #5BD232
RGB
CMYK
RGB Variations
Color information
#5BD232 (or 0x5BD232) is known color: Kelly Green. HEX triplet: 5B, D2 and 32. RGB value is (91,210,50). Sum of RGB (Red+Green+Blue) = 91+210+50=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 210 (82.42% from 255 or 59.83% from 351); Blue value is 50 (19.92% from 255 or 14.25% from 351); Max value from RGB is 210 - color contains mainly: green. Hex color #5BD232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5BD232 is #A42DCD. Grayscale: #9C9C9C. Windows color (decimal): -10759630 or 3330651. OLE color: 3330651.
HSL color Cylindrical-coordinate representation of color #5BD232: hue angle of 104.62º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5BD232 is Cyan = 0.57, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 91 | 210 | 50 | - |
| CMYK | 0.57 | 0 | 0.76 | 0.18 |
| HSL | 104.63º | 0.64% | 0.51% | - |
| HSV(B) | 104.63º | 0.76% | 0.82% | - |
| XYZ | 27.94 | 48.55 | 10.92 | - |
| YUV | 156.18 | 68.08 | 81.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 210 | 50 | 0.57 | 0 | 0.76 | 0.18 | 104.63 | 0.64 | 0.51 |
| Hex | 5B | D2 | 32 | 39 | 0 | 4C | 12 | 69 | 40 | 33 |
| Octal | 133 | 322 | 62 | 71 | 0 | 114 | 22 | 151 | 100 | 63 |
| Binary | 1011011 | 11010010 | 110010 | 111001 | 0 | 1001100 | 10010 | 1101001 | 1000000 | 110011 |
Color Harmonies of #5BD232
Complementary color
Monochromatic Colors of #5BD232
Black with #5BD232
Text Example
Text Example
White with #5BD232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BD232; }
p { color: rgb(91,210,50); }
H1.HeaderClassName
{
color: #5BD232;
}
.AnyTagClassName
{
color: #5BD232;
}
</style>
background-color css
<style>
a { background-color: #5BD232; }
a { background-color: rgb(91,210,50); }
div.DivClassName
{
background-color: #5BD232;
}
.BgClassName
{
background-color: #5BD232;
}
</style>
border-color css
<style>
span { border-color: #5BD232; }
span { border-color: rgb(91,210,50); }
td.TdClassName
{
border-color: #5BD232;
}
.TagClassName
{
border-color: #5BD232;
}
</style>