Shades of Kelly Green #55A819
Tints of Kelly Green #55A819
RGB
CMYK
RGB Variations
Color information
#55A819 (or 0x55A819) is known color: Kelly Green. HEX triplet: 55, A8 and 19. RGB value is (85,168,25). Sum of RGB (Red+Green+Blue) = 85+168+25=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 168 (66.02% from 255 or 60.43% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 168 - color contains mainly: green. Hex color #55A819 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55A819 is #AA57E6. Grayscale: #7F7F7F. Windows color (decimal): -11163623 or 1681493. OLE color: 1681493.
HSL color Cylindrical-coordinate representation of color #55A819: hue angle of 94.83º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #55A819 is Cyan = 0.49, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 85 | 168 | 25 | - |
| CMYK | 0.49 | 0 | 0.85 | 0.34 |
| HSL | 94.83º | 0.74% | 0.38% | - |
| HSV(B) | 94.83º | 0.85% | 0.66% | - |
| XYZ | 17.92 | 30.01 | 5.77 | - |
| YUV | 126.88 | 70.5 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 25 | 0.49 | 0 | 0.85 | 0.34 | 94.83 | 0.74 | 0.38 |
| Hex | 55 | A8 | 19 | 31 | 0 | 55 | 22 | 5F | 4A | 26 |
| Octal | 125 | 250 | 31 | 61 | 0 | 125 | 42 | 137 | 112 | 46 |
| Binary | 1010101 | 10101000 | 11001 | 110001 | 0 | 1010101 | 100010 | 1011111 | 1001010 | 100110 |
Color Harmonies of #55A819
Complementary color
Monochromatic Colors of #55A819
Black with #55A819
Text Example
Text Example
White with #55A819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A819; }
p { color: rgb(85,168,25); }
H1.HeaderClassName
{
color: #55A819;
}
.AnyTagClassName
{
color: #55A819;
}
</style>
background-color css
<style>
a { background-color: #55A819; }
a { background-color: rgb(85,168,25); }
div.DivClassName
{
background-color: #55A819;
}
.BgClassName
{
background-color: #55A819;
}
</style>
border-color css
<style>
span { border-color: #55A819; }
span { border-color: rgb(85,168,25); }
td.TdClassName
{
border-color: #55A819;
}
.TagClassName
{
border-color: #55A819;
}
</style>