Shades of Kelly Green #55C112
Tints of Kelly Green #55C112
RGB
CMYK
RGB Variations
Color information
#55C112 (or 0x55C112) is known color: Kelly Green. HEX triplet: 55, C1 and 12. RGB value is (85,193,18). Sum of RGB (Red+Green+Blue) = 85+193+18=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 193 (75.78% from 255 or 65.20% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 193 - color contains mainly: green. Hex color #55C112 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C112 is #AA3EED. Grayscale: #8D8D8D. Windows color (decimal): -11157230 or 1229141. OLE color: 1229141.
HSL color Cylindrical-coordinate representation of color #55C112: hue angle of 97.03º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55C112 is Cyan = 0.56, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 18 | - |
| CMYK | 0.56 | 0 | 0.91 | 0.24 |
| HSL | 97.03º | 0.83% | 0.41% | - |
| HSV(B) | 97.03º | 0.91% | 0.76% | - |
| XYZ | 22.93 | 40.11 | 7.11 | - |
| YUV | 140.76 | 58.72 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 18 | 0.56 | 0 | 0.91 | 0.24 | 97.03 | 0.83 | 0.41 |
| Hex | 55 | C1 | 12 | 38 | 0 | 5B | 18 | 61 | 53 | 29 |
| Octal | 125 | 301 | 22 | 70 | 0 | 133 | 30 | 141 | 123 | 51 |
| Binary | 1010101 | 11000001 | 10010 | 111000 | 0 | 1011011 | 11000 | 1100001 | 1010011 | 101001 |
Color Harmonies of #55C112
Complementary color
Monochromatic Colors of #55C112
Black with #55C112
Text Example
Text Example
White with #55C112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C112; }
p { color: rgb(85,193,18); }
H1.HeaderClassName
{
color: #55C112;
}
.AnyTagClassName
{
color: #55C112;
}
</style>
background-color css
<style>
a { background-color: #55C112; }
a { background-color: rgb(85,193,18); }
div.DivClassName
{
background-color: #55C112;
}
.BgClassName
{
background-color: #55C112;
}
</style>
border-color css
<style>
span { border-color: #55C112; }
span { border-color: rgb(85,193,18); }
td.TdClassName
{
border-color: #55C112;
}
.TagClassName
{
border-color: #55C112;
}
</style>