Shades of Kelly Green #55D035
Tints of Kelly Green #55D035
RGB
CMYK
RGB Variations
Color information
#55D035 (or 0x55D035) is known color: Kelly Green. HEX triplet: 55, D0 and 35. RGB value is (85,208,53). Sum of RGB (Red+Green+Blue) = 85+208+53=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 208 (81.64% from 255 or 60.12% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 208 - color contains mainly: green. Hex color #55D035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D035 is #AA2FCA. Grayscale: #9A9A9A. Windows color (decimal): -11153355 or 3526741. OLE color: 3526741.
HSL color Cylindrical-coordinate representation of color #55D035: hue angle of 107.61º degrees, saturation: 0.62, 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 #55D035 is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 208 | 53 | - |
| CMYK | 0.59 | 0 | 0.75 | 0.18 |
| HSL | 107.61º | 0.62% | 0.51% | - |
| HSV(B) | 107.61º | 0.75% | 0.82% | - |
| XYZ | 26.94 | 47.3 | 11.08 | - |
| YUV | 153.55 | 71.25 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 53 | 0.59 | 0 | 0.75 | 0.18 | 107.61 | 0.62 | 0.51 |
| Hex | 55 | D0 | 35 | 3B | 0 | 4B | 12 | 6C | 3E | 33 |
| Octal | 125 | 320 | 65 | 73 | 0 | 113 | 22 | 154 | 76 | 63 |
| Binary | 1010101 | 11010000 | 110101 | 111011 | 0 | 1001011 | 10010 | 1101100 | 111110 | 110011 |
Color Harmonies of #55D035
Complementary color
Monochromatic Colors of #55D035
Black with #55D035
Text Example
Text Example
White with #55D035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D035; }
p { color: rgb(85,208,53); }
H1.HeaderClassName
{
color: #55D035;
}
.AnyTagClassName
{
color: #55D035;
}
</style>
background-color css
<style>
a { background-color: #55D035; }
a { background-color: rgb(85,208,53); }
div.DivClassName
{
background-color: #55D035;
}
.BgClassName
{
background-color: #55D035;
}
</style>
border-color css
<style>
span { border-color: #55D035; }
span { border-color: rgb(85,208,53); }
td.TdClassName
{
border-color: #55D035;
}
.TagClassName
{
border-color: #55D035;
}
</style>