Shades of Kelly Green #55D022
Tints of Kelly Green #55D022
RGB
CMYK
RGB Variations
Color information
#55D022 (or 0x55D022) is known color: Kelly Green. HEX triplet: 55, D0 and 22. RGB value is (85,208,34). Sum of RGB (Red+Green+Blue) = 85+208+34=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 208 (81.64% from 255 or 63.61% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 208 - color contains mainly: green. Hex color #55D022 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D022 is #AA2FDD. Grayscale: #979797. Windows color (decimal): -11153374 or 2281557. OLE color: 2281557.
HSL color Cylindrical-coordinate representation of color #55D022: hue angle of 102.41º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55D022 is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 208 | 34 | - |
| CMYK | 0.59 | 0 | 0.84 | 0.18 |
| HSL | 102.41º | 0.72% | 0.47% | - |
| HSV(B) | 102.41º | 0.84% | 0.82% | - |
| XYZ | 26.59 | 47.16 | 9.21 | - |
| YUV | 151.39 | 61.75 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 34 | 0.59 | 0 | 0.84 | 0.18 | 102.41 | 0.72 | 0.47 |
| Hex | 55 | D0 | 22 | 3B | 0 | 54 | 12 | 66 | 48 | 2F |
| Octal | 125 | 320 | 42 | 73 | 0 | 124 | 22 | 146 | 110 | 57 |
| Binary | 1010101 | 11010000 | 100010 | 111011 | 0 | 1010100 | 10010 | 1100110 | 1001000 | 101111 |
Color Harmonies of #55D022
Complementary color
Monochromatic Colors of #55D022
Black with #55D022
Text Example
Text Example
White with #55D022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D022; }
p { color: rgb(85,208,34); }
H1.HeaderClassName
{
color: #55D022;
}
.AnyTagClassName
{
color: #55D022;
}
</style>
background-color css
<style>
a { background-color: #55D022; }
a { background-color: rgb(85,208,34); }
div.DivClassName
{
background-color: #55D022;
}
.BgClassName
{
background-color: #55D022;
}
</style>
border-color css
<style>
span { border-color: #55D022; }
span { border-color: rgb(85,208,34); }
td.TdClassName
{
border-color: #55D022;
}
.TagClassName
{
border-color: #55D022;
}
</style>