Shades of Kelly Green #55A401
Tints of Kelly Green #55A401
RGB
CMYK
RGB Variations
Color information
#55A401 (or 0x55A401) is known color: Kelly Green. HEX triplet: 55, A4 and 01. RGB value is (85,164,1). Sum of RGB (Red+Green+Blue) = 85+164+1=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 164 (64.45% from 255 or 65.6% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 164 - color contains mainly: green. Hex color #55A401 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A401 is #AA5BFE. Grayscale: #7A7A7A. Windows color (decimal): -11164671 or 107605. OLE color: 107605.
HSL color Cylindrical-coordinate representation of color #55A401: hue angle of 89.08º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55A401 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 164 | 1 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.36 |
| HSL | 89.08º | 0.99% | 0.32% | - |
| HSV(B) | 89.08º | 0.99% | 0.64% | - |
| XYZ | 17.03 | 28.48 | 4.63 | - |
| YUV | 121.8 | 59.83 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 164 | 1 | 0.48 | 0 | 0.99 | 0.36 | 89.08 | 0.99 | 0.32 |
| Hex | 55 | A4 | 1 | 30 | 0 | 63 | 24 | 59 | 63 | 20 |
| Octal | 125 | 244 | 1 | 60 | 0 | 143 | 44 | 131 | 143 | 40 |
| Binary | 1010101 | 10100100 | 1 | 110000 | 0 | 1100011 | 100100 | 1011001 | 1100011 | 100000 |
Color Harmonies of #55A401
Complementary color
Monochromatic Colors of #55A401
Black with #55A401
Text Example
Text Example
White with #55A401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A401; }
p { color: rgb(85,164,1); }
H1.HeaderClassName
{
color: #55A401;
}
.AnyTagClassName
{
color: #55A401;
}
</style>
background-color css
<style>
a { background-color: #55A401; }
a { background-color: rgb(85,164,1); }
div.DivClassName
{
background-color: #55A401;
}
.BgClassName
{
background-color: #55A401;
}
</style>
border-color css
<style>
span { border-color: #55A401; }
span { border-color: rgb(85,164,1); }
td.TdClassName
{
border-color: #55A401;
}
.TagClassName
{
border-color: #55A401;
}
</style>