Shades of Kelly Green #55A302
Tints of Kelly Green #55A302
RGB
CMYK
RGB Variations
Color information
#55A302 (or 0x55A302) is known color: Kelly Green. HEX triplet: 55, A3 and 02. RGB value is (85,163,2). Sum of RGB (Red+Green+Blue) = 85+163+2=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 163 (64.06% from 255 or 65.2% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 163 - color contains mainly: green. Hex color #55A302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A302 is #AA5CFD. Grayscale: #797979. Windows color (decimal): -11164926 or 172885. OLE color: 172885.
HSL color Cylindrical-coordinate representation of color #55A302: hue angle of 89.07º degrees, saturation: 0.98, 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 #55A302 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 163 | 2 | - |
| CMYK | 0.48 | 0 | 0.99 | 0.36 |
| HSL | 89.07º | 0.98% | 0.32% | - |
| HSV(B) | 89.07º | 0.99% | 0.64% | - |
| XYZ | 16.85 | 28.13 | 4.6 | - |
| YUV | 121.32 | 60.66 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 2 | 0.48 | 0 | 0.99 | 0.36 | 89.07 | 0.98 | 0.32 |
| Hex | 55 | A3 | 2 | 30 | 0 | 63 | 24 | 59 | 62 | 20 |
| Octal | 125 | 243 | 2 | 60 | 0 | 143 | 44 | 131 | 142 | 40 |
| Binary | 1010101 | 10100011 | 10 | 110000 | 0 | 1100011 | 100100 | 1011001 | 1100010 | 100000 |
Color Harmonies of #55A302
Complementary color
Monochromatic Colors of #55A302
Black with #55A302
Text Example
Text Example
White with #55A302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A302; }
p { color: rgb(85,163,2); }
H1.HeaderClassName
{
color: #55A302;
}
.AnyTagClassName
{
color: #55A302;
}
</style>
background-color css
<style>
a { background-color: #55A302; }
a { background-color: rgb(85,163,2); }
div.DivClassName
{
background-color: #55A302;
}
.BgClassName
{
background-color: #55A302;
}
</style>
border-color css
<style>
span { border-color: #55A302; }
span { border-color: rgb(85,163,2); }
td.TdClassName
{
border-color: #55A302;
}
.TagClassName
{
border-color: #55A302;
}
</style>