Shades of Kelly Green #55A707
Tints of Kelly Green #55A707
RGB
CMYK
RGB Variations
Color information
#55A707 (or 0x55A707) is known color: Kelly Green. HEX triplet: 55, A7 and 07. RGB value is (85,167,7). Sum of RGB (Red+Green+Blue) = 85+167+7=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 167 (65.62% from 255 or 64.48% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 167 - color contains mainly: green. Hex color #55A707 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A707 is #AA58F8. Grayscale: #7C7C7C. Windows color (decimal): -11163897 or 501589. OLE color: 501589.
HSL color Cylindrical-coordinate representation of color #55A707: hue angle of 90.75º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #55A707 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 167 | 7 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.35 |
| HSL | 90.75º | 0.92% | 0.34% | - |
| HSV(B) | 90.75º | 0.96% | 0.65% | - |
| XYZ | 17.6 | 29.58 | 4.98 | - |
| YUV | 124.24 | 61.83 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 167 | 7 | 0.49 | 0 | 0.96 | 0.35 | 90.75 | 0.92 | 0.34 |
| Hex | 55 | A7 | 7 | 31 | 0 | 60 | 23 | 5B | 5C | 22 |
| Octal | 125 | 247 | 7 | 61 | 0 | 140 | 43 | 133 | 134 | 42 |
| Binary | 1010101 | 10100111 | 111 | 110001 | 0 | 1100000 | 100011 | 1011011 | 1011100 | 100010 |
Color Harmonies of #55A707
Complementary color
Monochromatic Colors of #55A707
Black with #55A707
Text Example
Text Example
White with #55A707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A707; }
p { color: rgb(85,167,7); }
H1.HeaderClassName
{
color: #55A707;
}
.AnyTagClassName
{
color: #55A707;
}
</style>
background-color css
<style>
a { background-color: #55A707; }
a { background-color: rgb(85,167,7); }
div.DivClassName
{
background-color: #55A707;
}
.BgClassName
{
background-color: #55A707;
}
</style>
border-color css
<style>
span { border-color: #55A707; }
span { border-color: rgb(85,167,7); }
td.TdClassName
{
border-color: #55A707;
}
.TagClassName
{
border-color: #55A707;
}
</style>