Shades of Kelly Green #55A705
Tints of Kelly Green #55A705
RGB
CMYK
RGB Variations
Color information
#55A705 (or 0x55A705) is known color: Kelly Green. HEX triplet: 55, A7 and 05. RGB value is (85,167,5). Sum of RGB (Red+Green+Blue) = 85+167+5=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 167 (65.62% from 255 or 64.98% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 167 - color contains mainly: green. Hex color #55A705 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A705 is #AA58FA. Grayscale: #7C7C7C. Windows color (decimal): -11163899 or 370517. OLE color: 370517.
HSL color Cylindrical-coordinate representation of color #55A705: hue angle of 90.37º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #55A705 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 167 | 5 | - |
| CMYK | 0.49 | 0 | 0.97 | 0.35 |
| HSL | 90.37º | 0.94% | 0.34% | - |
| HSV(B) | 90.37º | 0.97% | 0.65% | - |
| XYZ | 17.59 | 29.58 | 4.93 | - |
| YUV | 124.01 | 60.83 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 167 | 5 | 0.49 | 0 | 0.97 | 0.35 | 90.37 | 0.94 | 0.34 |
| Hex | 55 | A7 | 5 | 31 | 0 | 61 | 23 | 5A | 5E | 22 |
| Octal | 125 | 247 | 5 | 61 | 0 | 141 | 43 | 132 | 136 | 42 |
| Binary | 1010101 | 10100111 | 101 | 110001 | 0 | 1100001 | 100011 | 1011010 | 1011110 | 100010 |
Color Harmonies of #55A705
Complementary color
Monochromatic Colors of #55A705
Black with #55A705
Text Example
Text Example
White with #55A705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A705; }
p { color: rgb(85,167,5); }
H1.HeaderClassName
{
color: #55A705;
}
.AnyTagClassName
{
color: #55A705;
}
</style>
background-color css
<style>
a { background-color: #55A705; }
a { background-color: rgb(85,167,5); }
div.DivClassName
{
background-color: #55A705;
}
.BgClassName
{
background-color: #55A705;
}
</style>
border-color css
<style>
span { border-color: #55A705; }
span { border-color: rgb(85,167,5); }
td.TdClassName
{
border-color: #55A705;
}
.TagClassName
{
border-color: #55A705;
}
</style>