Shades of Kelly Green #55C022
Tints of Kelly Green #55C022
RGB
CMYK
RGB Variations
Color information
#55C022 (or 0x55C022) is known color: Kelly Green. HEX triplet: 55, C0 and 22. RGB value is (85,192,34). Sum of RGB (Red+Green+Blue) = 85+192+34=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 34 (13.67% from 255 or 10.93% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #55C022 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C022 is #AA3FDD. Grayscale: #8E8E8E. Windows color (decimal): -11157470 or 2277461. OLE color: 2277461.
HSL color Cylindrical-coordinate representation of color #55C022: hue angle of 100.63º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55C022 is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 34 | - |
| CMYK | 0.56 | 0 | 0.82 | 0.25 |
| HSL | 100.63º | 0.7% | 0.44% | - |
| HSV(B) | 100.63º | 0.82% | 0.75% | - |
| XYZ | 22.88 | 39.75 | 7.98 | - |
| YUV | 142 | 67.05 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 34 | 0.56 | 0 | 0.82 | 0.25 | 100.63 | 0.7 | 0.44 |
| Hex | 55 | C0 | 22 | 38 | 0 | 52 | 19 | 65 | 46 | 2C |
| Octal | 125 | 300 | 42 | 70 | 0 | 122 | 31 | 145 | 106 | 54 |
| Binary | 1010101 | 11000000 | 100010 | 111000 | 0 | 1010010 | 11001 | 1100101 | 1000110 | 101100 |
Color Harmonies of #55C022
Complementary color
Monochromatic Colors of #55C022
Black with #55C022
Text Example
Text Example
White with #55C022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C022; }
p { color: rgb(85,192,34); }
H1.HeaderClassName
{
color: #55C022;
}
.AnyTagClassName
{
color: #55C022;
}
</style>
background-color css
<style>
a { background-color: #55C022; }
a { background-color: rgb(85,192,34); }
div.DivClassName
{
background-color: #55C022;
}
.BgClassName
{
background-color: #55C022;
}
</style>
border-color css
<style>
span { border-color: #55C022; }
span { border-color: rgb(85,192,34); }
td.TdClassName
{
border-color: #55C022;
}
.TagClassName
{
border-color: #55C022;
}
</style>