Shades of Kelly Green #55D70C
Tints of Kelly Green #55D70C
RGB
CMYK
RGB Variations
Color information
#55D70C (or 0x55D70C) is known color: Kelly Green. HEX triplet: 55, D7 and 0C. RGB value is (85,215,12). Sum of RGB (Red+Green+Blue) = 85+215+12=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 215 (84.38% from 255 or 68.91% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 215 - color contains mainly: green. Hex color #55D70C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D70C is #AA28F3. Grayscale: #999999. Windows color (decimal): -11151604 or 841557. OLE color: 841557.
HSL color Cylindrical-coordinate representation of color #55D70C: hue angle of 98.42º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55D70C is Cyan = 0.60, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 215 | 12 | - |
| CMYK | 0.60 | 0 | 0.94 | 0.16 |
| HSL | 98.42º | 0.89% | 0.45% | - |
| HSV(B) | 98.42º | 0.94% | 0.84% | - |
| XYZ | 28.11 | 50.56 | 8.62 | - |
| YUV | 152.99 | 48.43 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 215 | 12 | 0.60 | 0 | 0.94 | 0.16 | 98.42 | 0.89 | 0.45 |
| Hex | 55 | D7 | C | 3C | 0 | 5E | 10 | 62 | 59 | 2D |
| Octal | 125 | 327 | 14 | 74 | 0 | 136 | 20 | 142 | 131 | 55 |
| Binary | 1010101 | 11010111 | 1100 | 111100 | 0 | 1011110 | 10000 | 1100010 | 1011001 | 101101 |
Color Harmonies of #55D70C
Complementary color
Monochromatic Colors of #55D70C
Black with #55D70C
Text Example
Text Example
White with #55D70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D70C; }
p { color: rgb(85,215,12); }
H1.HeaderClassName
{
color: #55D70C;
}
.AnyTagClassName
{
color: #55D70C;
}
</style>
background-color css
<style>
a { background-color: #55D70C; }
a { background-color: rgb(85,215,12); }
div.DivClassName
{
background-color: #55D70C;
}
.BgClassName
{
background-color: #55D70C;
}
</style>
border-color css
<style>
span { border-color: #55D70C; }
span { border-color: rgb(85,215,12); }
td.TdClassName
{
border-color: #55D70C;
}
.TagClassName
{
border-color: #55D70C;
}
</style>