Shades of Kelly Green #55AD0D
Tints of Kelly Green #55AD0D
RGB
CMYK
RGB Variations
Color information
#55AD0D (or 0x55AD0D) is known color: Kelly Green. HEX triplet: 55, AD and 0D. RGB value is (85,173,13). Sum of RGB (Red+Green+Blue) = 85+173+13=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 173 (67.97% from 255 or 63.84% from 271); Blue value is 13 (5.47% from 255 or 4.80% from 271); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #55AD0D is #AA52F2. Grayscale: #818181. Windows color (decimal): -11162355 or 896341. OLE color: 896341.
HSL color Cylindrical-coordinate representation of color #55AD0D: hue angle of 93º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55AD0D is Cyan = 0.51, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 13 | - |
| CMYK | 0.51 | 0 | 0.92 | 0.32 |
| HSL | 93º | 0.86% | 0.36% | - |
| HSV(B) | 93º | 0.92% | 0.68% | - |
| XYZ | 18.76 | 31.85 | 5.54 | - |
| YUV | 128.45 | 62.85 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 13 | 0.51 | 0 | 0.92 | 0.32 | 93 | 0.86 | 0.36 |
| Hex | 55 | AD | D | 33 | 0 | 5C | 20 | 5D | 56 | 24 |
| Octal | 125 | 255 | 15 | 63 | 0 | 134 | 40 | 135 | 126 | 44 |
| Binary | 1010101 | 10101101 | 1101 | 110011 | 0 | 1011100 | 100000 | 1011101 | 1010110 | 100100 |
Color Harmonies of #55AD0D
Complementary color
Monochromatic Colors of #55AD0D
Black with #55AD0D
Text Example
Text Example
White with #55AD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD0D; }
p { color: rgb(85,173,13); }
H1.HeaderClassName
{
color: #55AD0D;
}
.AnyTagClassName
{
color: #55AD0D;
}
</style>
background-color css
<style>
a { background-color: #55AD0D; }
a { background-color: rgb(85,173,13); }
div.DivClassName
{
background-color: #55AD0D;
}
.BgClassName
{
background-color: #55AD0D;
}
</style>
border-color css
<style>
span { border-color: #55AD0D; }
span { border-color: rgb(85,173,13); }
td.TdClassName
{
border-color: #55AD0D;
}
.TagClassName
{
border-color: #55AD0D;
}
</style>