Shades of Kelly Green #55D532
Tints of Kelly Green #55D532
RGB
CMYK
RGB Variations
Color information
#55D532 (or 0x55D532) is known color: Kelly Green. HEX triplet: 55, D5 and 32. RGB value is (85,213,50). Sum of RGB (Red+Green+Blue) = 85+213+50=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 213 (83.59% from 255 or 61.21% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 213 - color contains mainly: green. Hex color #55D532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D532 is #AA2ACD. Grayscale: #9C9C9C. Windows color (decimal): -11152078 or 3331413. OLE color: 3331413.
HSL color Cylindrical-coordinate representation of color #55D532: hue angle of 107.12º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55D532 is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 213 | 50 | - |
| CMYK | 0.60 | 0 | 0.77 | 0.16 |
| HSL | 107.12º | 0.66% | 0.52% | - |
| HSV(B) | 107.12º | 0.77% | 0.84% | - |
| XYZ | 28.12 | 49.75 | 11.14 | - |
| YUV | 156.15 | 68.09 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 213 | 50 | 0.60 | 0 | 0.77 | 0.16 | 107.12 | 0.66 | 0.52 |
| Hex | 55 | D5 | 32 | 3C | 0 | 4D | 10 | 6B | 42 | 34 |
| Octal | 125 | 325 | 62 | 74 | 0 | 115 | 20 | 153 | 102 | 64 |
| Binary | 1010101 | 11010101 | 110010 | 111100 | 0 | 1001101 | 10000 | 1101011 | 1000010 | 110100 |
Color Harmonies of #55D532
Complementary color
Monochromatic Colors of #55D532
Black with #55D532
Text Example
Text Example
White with #55D532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D532; }
p { color: rgb(85,213,50); }
H1.HeaderClassName
{
color: #55D532;
}
.AnyTagClassName
{
color: #55D532;
}
</style>
background-color css
<style>
a { background-color: #55D532; }
a { background-color: rgb(85,213,50); }
div.DivClassName
{
background-color: #55D532;
}
.BgClassName
{
background-color: #55D532;
}
</style>
border-color css
<style>
span { border-color: #55D532; }
span { border-color: rgb(85,213,50); }
td.TdClassName
{
border-color: #55D532;
}
.TagClassName
{
border-color: #55D532;
}
</style>