Shades of Kelly Green #55A403
Tints of Kelly Green #55A403
RGB
CMYK
RGB Variations
Color information
#55A403 (or 0x55A403) is known color: Kelly Green. HEX triplet: 55, A4 and 03. RGB value is (85,164,3). Sum of RGB (Red+Green+Blue) = 85+164+3=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 164 (64.45% from 255 or 65.08% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 164 - color contains mainly: green. Hex color #55A403 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A403 is #AA5BFC. Grayscale: #7A7A7A. Windows color (decimal): -11164669 or 238677. OLE color: 238677.
HSL color Cylindrical-coordinate representation of color #55A403: hue angle of 89.44º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55A403 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 164 | 3 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.36 |
| HSL | 89.44º | 0.96% | 0.33% | - |
| HSV(B) | 89.44º | 0.98% | 0.64% | - |
| XYZ | 17.04 | 28.49 | 4.69 | - |
| YUV | 122.03 | 60.83 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 164 | 3 | 0.48 | 0 | 0.98 | 0.36 | 89.44 | 0.96 | 0.33 |
| Hex | 55 | A4 | 3 | 30 | 0 | 62 | 24 | 59 | 60 | 21 |
| Octal | 125 | 244 | 3 | 60 | 0 | 142 | 44 | 131 | 140 | 41 |
| Binary | 1010101 | 10100100 | 11 | 110000 | 0 | 1100010 | 100100 | 1011001 | 1100000 | 100001 |
Color Harmonies of #55A403
Complementary color
Monochromatic Colors of #55A403
Black with #55A403
Text Example
Text Example
White with #55A403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A403; }
p { color: rgb(85,164,3); }
H1.HeaderClassName
{
color: #55A403;
}
.AnyTagClassName
{
color: #55A403;
}
</style>
background-color css
<style>
a { background-color: #55A403; }
a { background-color: rgb(85,164,3); }
div.DivClassName
{
background-color: #55A403;
}
.BgClassName
{
background-color: #55A403;
}
</style>
border-color css
<style>
span { border-color: #55A403; }
span { border-color: rgb(85,164,3); }
td.TdClassName
{
border-color: #55A403;
}
.TagClassName
{
border-color: #55A403;
}
</style>