Shades of Kelly Green #55AD2A
Tints of Kelly Green #55AD2A
RGB
CMYK
RGB Variations
Color information
#55AD2A (or 0x55AD2A) is known color: Kelly Green. HEX triplet: 55, AD and 2A. RGB value is (85,173,42). Sum of RGB (Red+Green+Blue) = 85+173+42=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 173 (67.97% from 255 or 57.67% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AD2A is #AA52D5. Grayscale: #848484. Windows color (decimal): -11162326 or 2796885. OLE color: 2796885.
HSL color Cylindrical-coordinate representation of color #55AD2A: hue angle of 100.31º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55AD2A is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 42 | - |
| CMYK | 0.51 | 0 | 0.76 | 0.32 |
| HSL | 100.31º | 0.61% | 0.42% | - |
| HSV(B) | 100.31º | 0.76% | 0.68% | - |
| XYZ | 19.11 | 31.99 | 7.36 | - |
| YUV | 131.75 | 77.35 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 42 | 0.51 | 0 | 0.76 | 0.32 | 100.31 | 0.61 | 0.42 |
| Hex | 55 | AD | 2A | 33 | 0 | 4C | 20 | 64 | 3D | 2A |
| Octal | 125 | 255 | 52 | 63 | 0 | 114 | 40 | 144 | 75 | 52 |
| Binary | 1010101 | 10101101 | 101010 | 110011 | 0 | 1001100 | 100000 | 1100100 | 111101 | 101010 |
Color Harmonies of #55AD2A
Complementary color
Monochromatic Colors of #55AD2A
Black with #55AD2A
Text Example
Text Example
White with #55AD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD2A; }
p { color: rgb(85,173,42); }
H1.HeaderClassName
{
color: #55AD2A;
}
.AnyTagClassName
{
color: #55AD2A;
}
</style>
background-color css
<style>
a { background-color: #55AD2A; }
a { background-color: rgb(85,173,42); }
div.DivClassName
{
background-color: #55AD2A;
}
.BgClassName
{
background-color: #55AD2A;
}
</style>
border-color css
<style>
span { border-color: #55AD2A; }
span { border-color: rgb(85,173,42); }
td.TdClassName
{
border-color: #55AD2A;
}
.TagClassName
{
border-color: #55AD2A;
}
</style>