Shades of Kelly Green #55C126
Tints of Kelly Green #55C126
RGB
CMYK
RGB Variations
Color information
#55C126 (or 0x55C126) is known color: Kelly Green. HEX triplet: 55, C1 and 26. RGB value is (85,193,38). Sum of RGB (Red+Green+Blue) = 85+193+38=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 193 (75.78% from 255 or 61.08% from 316); Blue value is 38 (15.23% from 255 or 12.03% from 316); Max value from RGB is 193 - color contains mainly: green. Hex color #55C126 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C126 is #AA3ED9. Grayscale: #8F8F8F. Windows color (decimal): -11157210 or 2539861. OLE color: 2539861.
HSL color Cylindrical-coordinate representation of color #55C126: hue angle of 101.81º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55C126 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 38 | - |
| CMYK | 0.56 | 0 | 0.80 | 0.24 |
| HSL | 101.81º | 0.67% | 0.45% | - |
| HSV(B) | 101.81º | 0.8% | 0.76% | - |
| XYZ | 23.17 | 40.21 | 8.37 | - |
| YUV | 143.04 | 68.72 | 86.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 38 | 0.56 | 0 | 0.80 | 0.24 | 101.81 | 0.67 | 0.45 |
| Hex | 55 | C1 | 26 | 38 | 0 | 50 | 18 | 66 | 43 | 2D |
| Octal | 125 | 301 | 46 | 70 | 0 | 120 | 30 | 146 | 103 | 55 |
| Binary | 1010101 | 11000001 | 100110 | 111000 | 0 | 1010000 | 11000 | 1100110 | 1000011 | 101101 |
Color Harmonies of #55C126
Complementary color
Monochromatic Colors of #55C126
Black with #55C126
Text Example
Text Example
White with #55C126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C126; }
p { color: rgb(85,193,38); }
H1.HeaderClassName
{
color: #55C126;
}
.AnyTagClassName
{
color: #55C126;
}
</style>
background-color css
<style>
a { background-color: #55C126; }
a { background-color: rgb(85,193,38); }
div.DivClassName
{
background-color: #55C126;
}
.BgClassName
{
background-color: #55C126;
}
</style>
border-color css
<style>
span { border-color: #55C126; }
span { border-color: rgb(85,193,38); }
td.TdClassName
{
border-color: #55C126;
}
.TagClassName
{
border-color: #55C126;
}
</style>