Shades of Kelly Green #55C22C
Tints of Kelly Green #55C22C
RGB
CMYK
RGB Variations
Color information
#55C22C (or 0x55C22C) is known color: Kelly Green. HEX triplet: 55, C2 and 2C. RGB value is (85,194,44). Sum of RGB (Red+Green+Blue) = 85+194+44=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 194 (76.17% from 255 or 60.06% from 323); Blue value is 44 (17.58% from 255 or 13.62% from 323); Max value from RGB is 194 - color contains mainly: green. Hex color #55C22C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C22C is #AA3DD3. Grayscale: #909090. Windows color (decimal): -11156948 or 2933333. OLE color: 2933333.
HSL color Cylindrical-coordinate representation of color #55C22C: hue angle of 103.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55C22C is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 194 | 44 | - |
| CMYK | 0.56 | 0 | 0.77 | 0.24 |
| HSL | 103.6º | 0.63% | 0.47% | - |
| HSV(B) | 103.6º | 0.77% | 0.76% | - |
| XYZ | 23.49 | 40.7 | 9 | - |
| YUV | 144.31 | 71.39 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 44 | 0.56 | 0 | 0.77 | 0.24 | 103.6 | 0.63 | 0.47 |
| Hex | 55 | C2 | 2C | 38 | 0 | 4D | 18 | 68 | 3F | 2F |
| Octal | 125 | 302 | 54 | 70 | 0 | 115 | 30 | 150 | 77 | 57 |
| Binary | 1010101 | 11000010 | 101100 | 111000 | 0 | 1001101 | 11000 | 1101000 | 111111 | 101111 |
Color Harmonies of #55C22C
Complementary color
Monochromatic Colors of #55C22C
Black with #55C22C
Text Example
Text Example
White with #55C22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C22C; }
p { color: rgb(85,194,44); }
H1.HeaderClassName
{
color: #55C22C;
}
.AnyTagClassName
{
color: #55C22C;
}
</style>
background-color css
<style>
a { background-color: #55C22C; }
a { background-color: rgb(85,194,44); }
div.DivClassName
{
background-color: #55C22C;
}
.BgClassName
{
background-color: #55C22C;
}
</style>
border-color css
<style>
span { border-color: #55C22C; }
span { border-color: rgb(85,194,44); }
td.TdClassName
{
border-color: #55C22C;
}
.TagClassName
{
border-color: #55C22C;
}
</style>