Shades of Kelly Green #55D033
Tints of Kelly Green #55D033
RGB
CMYK
RGB Variations
Color information
#55D033 (or 0x55D033) is known color: Kelly Green. HEX triplet: 55, D0 and 33. RGB value is (85,208,51). Sum of RGB (Red+Green+Blue) = 85+208+51=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 208 (81.64% from 255 or 60.47% from 344); Blue value is 51 (20.31% from 255 or 14.83% from 344); Max value from RGB is 208 - color contains mainly: green. Hex color #55D033 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D033 is #AA2FCC. Grayscale: #999999. Windows color (decimal): -11153357 or 3395669. OLE color: 3395669.
HSL color Cylindrical-coordinate representation of color #55D033: hue angle of 107.01º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55D033 is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 208 | 51 | - |
| CMYK | 0.59 | 0 | 0.75 | 0.18 |
| HSL | 107.01º | 0.63% | 0.51% | - |
| HSV(B) | 107.01º | 0.75% | 0.82% | - |
| XYZ | 26.9 | 47.28 | 10.84 | - |
| YUV | 153.33 | 70.25 | 79.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 51 | 0.59 | 0 | 0.75 | 0.18 | 107.01 | 0.63 | 0.51 |
| Hex | 55 | D0 | 33 | 3B | 0 | 4B | 12 | 6B | 3F | 33 |
| Octal | 125 | 320 | 63 | 73 | 0 | 113 | 22 | 153 | 77 | 63 |
| Binary | 1010101 | 11010000 | 110011 | 111011 | 0 | 1001011 | 10010 | 1101011 | 111111 | 110011 |
Color Harmonies of #55D033
Complementary color
Monochromatic Colors of #55D033
Black with #55D033
Text Example
Text Example
White with #55D033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D033; }
p { color: rgb(85,208,51); }
H1.HeaderClassName
{
color: #55D033;
}
.AnyTagClassName
{
color: #55D033;
}
</style>
background-color css
<style>
a { background-color: #55D033; }
a { background-color: rgb(85,208,51); }
div.DivClassName
{
background-color: #55D033;
}
.BgClassName
{
background-color: #55D033;
}
</style>
border-color css
<style>
span { border-color: #55D033; }
span { border-color: rgb(85,208,51); }
td.TdClassName
{
border-color: #55D033;
}
.TagClassName
{
border-color: #55D033;
}
</style>