Shades of Kelly Green #55D232
Tints of Kelly Green #55D232
RGB
CMYK
RGB Variations
Color information
#55D232 (or 0x55D232) is known color: Kelly Green. HEX triplet: 55, D2 and 32. RGB value is (85,210,50). Sum of RGB (Red+Green+Blue) = 85+210+50=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 210 (82.42% from 255 or 60.87% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 210 - color contains mainly: green. Hex color #55D232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D232 is #AA2DCD. Grayscale: #9A9A9A. Windows color (decimal): -11152846 or 3330645. OLE color: 3330645.
HSL color Cylindrical-coordinate representation of color #55D232: hue angle of 106.88º 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 #55D232 is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 210 | 50 | - |
| CMYK | 0.60 | 0 | 0.76 | 0.18 |
| HSL | 106.88º | 0.64% | 0.51% | - |
| HSV(B) | 106.88º | 0.76% | 0.82% | - |
| XYZ | 27.37 | 48.25 | 10.89 | - |
| YUV | 154.39 | 69.09 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 210 | 50 | 0.60 | 0 | 0.76 | 0.18 | 106.88 | 0.64 | 0.51 |
| Hex | 55 | D2 | 32 | 3C | 0 | 4C | 12 | 6B | 40 | 33 |
| Octal | 125 | 322 | 62 | 74 | 0 | 114 | 22 | 153 | 100 | 63 |
| Binary | 1010101 | 11010010 | 110010 | 111100 | 0 | 1001100 | 10010 | 1101011 | 1000000 | 110011 |
Color Harmonies of #55D232
Complementary color
Monochromatic Colors of #55D232
Black with #55D232
Text Example
Text Example
White with #55D232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D232; }
p { color: rgb(85,210,50); }
H1.HeaderClassName
{
color: #55D232;
}
.AnyTagClassName
{
color: #55D232;
}
</style>
background-color css
<style>
a { background-color: #55D232; }
a { background-color: rgb(85,210,50); }
div.DivClassName
{
background-color: #55D232;
}
.BgClassName
{
background-color: #55D232;
}
</style>
border-color css
<style>
span { border-color: #55D232; }
span { border-color: rgb(85,210,50); }
td.TdClassName
{
border-color: #55D232;
}
.TagClassName
{
border-color: #55D232;
}
</style>