Shades of Kelly Green #55B228
Tints of Kelly Green #55B228
RGB
CMYK
RGB Variations
Color information
#55B228 (or 0x55B228) is known color: Kelly Green. HEX triplet: 55, B2 and 28. RGB value is (85,178,40). Sum of RGB (Red+Green+Blue) = 85+178+40=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 178 (69.92% from 255 or 58.75% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 178 - color contains mainly: green. Hex color #55B228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55B228 is #AA4DD7. Grayscale: #868686. Windows color (decimal): -11161048 or 2667093. OLE color: 2667093.
HSL color Cylindrical-coordinate representation of color #55B228: hue angle of 100.43º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55B228 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 178 | 40 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.30 |
| HSL | 100.43º | 0.63% | 0.43% | - |
| HSV(B) | 100.43º | 0.78% | 0.7% | - |
| XYZ | 20.05 | 33.93 | 7.5 | - |
| YUV | 134.46 | 74.69 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 40 | 0.52 | 0 | 0.78 | 0.30 | 100.43 | 0.63 | 0.43 |
| Hex | 55 | B2 | 28 | 34 | 0 | 4E | 1E | 64 | 3F | 2B |
| Octal | 125 | 262 | 50 | 64 | 0 | 116 | 36 | 144 | 77 | 53 |
| Binary | 1010101 | 10110010 | 101000 | 110100 | 0 | 1001110 | 11110 | 1100100 | 111111 | 101011 |
Color Harmonies of #55B228
Complementary color
Monochromatic Colors of #55B228
Black with #55B228
Text Example
Text Example
White with #55B228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B228; }
p { color: rgb(85,178,40); }
H1.HeaderClassName
{
color: #55B228;
}
.AnyTagClassName
{
color: #55B228;
}
</style>
background-color css
<style>
a { background-color: #55B228; }
a { background-color: rgb(85,178,40); }
div.DivClassName
{
background-color: #55B228;
}
.BgClassName
{
background-color: #55B228;
}
</style>
border-color css
<style>
span { border-color: #55B228; }
span { border-color: rgb(85,178,40); }
td.TdClassName
{
border-color: #55B228;
}
.TagClassName
{
border-color: #55B228;
}
</style>