Shades of Kelly Green #55C228
Tints of Kelly Green #55C228
RGB
CMYK
RGB Variations
Color information
#55C228 (or 0x55C228) is known color: Kelly Green. HEX triplet: 55, C2 and 28. RGB value is (85,194,40). Sum of RGB (Red+Green+Blue) = 85+194+40=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #55C228 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C228 is #AA3DD7. Grayscale: #909090. Windows color (decimal): -11156952 or 2671189. OLE color: 2671189.
HSL color Cylindrical-coordinate representation of color #55C228: hue angle of 102.47º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55C228 is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 194 | 40 | - |
| CMYK | 0.56 | 0 | 0.79 | 0.24 |
| HSL | 102.47º | 0.66% | 0.46% | - |
| HSV(B) | 102.47º | 0.79% | 0.76% | - |
| XYZ | 23.42 | 40.67 | 8.62 | - |
| YUV | 143.85 | 69.39 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 40 | 0.56 | 0 | 0.79 | 0.24 | 102.47 | 0.66 | 0.46 |
| Hex | 55 | C2 | 28 | 38 | 0 | 4F | 18 | 66 | 42 | 2E |
| Octal | 125 | 302 | 50 | 70 | 0 | 117 | 30 | 146 | 102 | 56 |
| Binary | 1010101 | 11000010 | 101000 | 111000 | 0 | 1001111 | 11000 | 1100110 | 1000010 | 101110 |
Color Harmonies of #55C228
Complementary color
Monochromatic Colors of #55C228
Black with #55C228
Text Example
Text Example
White with #55C228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C228; }
p { color: rgb(85,194,40); }
H1.HeaderClassName
{
color: #55C228;
}
.AnyTagClassName
{
color: #55C228;
}
</style>
background-color css
<style>
a { background-color: #55C228; }
a { background-color: rgb(85,194,40); }
div.DivClassName
{
background-color: #55C228;
}
.BgClassName
{
background-color: #55C228;
}
</style>
border-color css
<style>
span { border-color: #55C228; }
span { border-color: rgb(85,194,40); }
td.TdClassName
{
border-color: #55C228;
}
.TagClassName
{
border-color: #55C228;
}
</style>