Shades of Kelly Green #55C428
Tints of Kelly Green #55C428
RGB
CMYK
RGB Variations
Color information
#55C428 (or 0x55C428) is known color: Kelly Green. HEX triplet: 55, C4 and 28. RGB value is (85,196,40). Sum of RGB (Red+Green+Blue) = 85+196+40=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 196 (76.95% from 255 or 61.06% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 196 - color contains mainly: green. Hex color #55C428 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C428 is #AA3BD7. Grayscale: #919191. Windows color (decimal): -11156440 or 2671701. OLE color: 2671701.
HSL color Cylindrical-coordinate representation of color #55C428: hue angle of 102.69º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55C428 is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 196 | 40 | - |
| CMYK | 0.57 | 0 | 0.80 | 0.23 |
| HSL | 102.69º | 0.66% | 0.46% | - |
| HSV(B) | 102.69º | 0.8% | 0.77% | - |
| XYZ | 23.87 | 41.56 | 8.77 | - |
| YUV | 145.03 | 68.73 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 196 | 40 | 0.57 | 0 | 0.80 | 0.23 | 102.69 | 0.66 | 0.46 |
| Hex | 55 | C4 | 28 | 39 | 0 | 50 | 17 | 67 | 42 | 2E |
| Octal | 125 | 304 | 50 | 71 | 0 | 120 | 27 | 147 | 102 | 56 |
| Binary | 1010101 | 11000100 | 101000 | 111001 | 0 | 1010000 | 10111 | 1100111 | 1000010 | 101110 |
Color Harmonies of #55C428
Complementary color
Monochromatic Colors of #55C428
Black with #55C428
Text Example
Text Example
White with #55C428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C428; }
p { color: rgb(85,196,40); }
H1.HeaderClassName
{
color: #55C428;
}
.AnyTagClassName
{
color: #55C428;
}
</style>
background-color css
<style>
a { background-color: #55C428; }
a { background-color: rgb(85,196,40); }
div.DivClassName
{
background-color: #55C428;
}
.BgClassName
{
background-color: #55C428;
}
</style>
border-color css
<style>
span { border-color: #55C428; }
span { border-color: rgb(85,196,40); }
td.TdClassName
{
border-color: #55C428;
}
.TagClassName
{
border-color: #55C428;
}
</style>