Shades of Kelly Green #55A802
Tints of Kelly Green #55A802
RGB
CMYK
RGB Variations
Color information
#55A802 (or 0x55A802) is known color: Kelly Green. HEX triplet: 55, A8 and 02. RGB value is (85,168,2). Sum of RGB (Red+Green+Blue) = 85+168+2=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 168 (66.02% from 255 or 65.88% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 168 - color contains mainly: green. Hex color #55A802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A802 is #AA57FD. Grayscale: #7C7C7C. Windows color (decimal): -11163646 or 174165. OLE color: 174165.
HSL color Cylindrical-coordinate representation of color #55A802: hue angle of 90º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #55A802 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 168 | 2 | - |
| CMYK | 0.49 | 0 | 0.99 | 0.34 |
| HSL | 90º | 0.98% | 0.33% | - |
| HSV(B) | 90º | 0.99% | 0.66% | - |
| XYZ | 17.76 | 29.94 | 4.9 | - |
| YUV | 124.26 | 59 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 2 | 0.49 | 0 | 0.99 | 0.34 | 90 | 0.98 | 0.33 |
| Hex | 55 | A8 | 2 | 31 | 0 | 63 | 22 | 5A | 62 | 21 |
| Octal | 125 | 250 | 2 | 61 | 0 | 143 | 42 | 132 | 142 | 41 |
| Binary | 1010101 | 10101000 | 10 | 110001 | 0 | 1100011 | 100010 | 1011010 | 1100010 | 100001 |
Color Harmonies of #55A802
Complementary color
Monochromatic Colors of #55A802
Black with #55A802
Text Example
Text Example
White with #55A802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A802; }
p { color: rgb(85,168,2); }
H1.HeaderClassName
{
color: #55A802;
}
.AnyTagClassName
{
color: #55A802;
}
</style>
background-color css
<style>
a { background-color: #55A802; }
a { background-color: rgb(85,168,2); }
div.DivClassName
{
background-color: #55A802;
}
.BgClassName
{
background-color: #55A802;
}
</style>
border-color css
<style>
span { border-color: #55A802; }
span { border-color: rgb(85,168,2); }
td.TdClassName
{
border-color: #55A802;
}
.TagClassName
{
border-color: #55A802;
}
</style>