Shades of Kelly Green #55DA0D
Tints of Kelly Green #55DA0D
RGB
CMYK
RGB Variations
Color information
#55DA0D (or 0x55DA0D) is known color: Kelly Green. HEX triplet: 55, DA and 0D. RGB value is (85,218,13). Sum of RGB (Red+Green+Blue) = 85+218+13=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 218 (85.55% from 255 or 68.99% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55DA0D is #AA25F2. Grayscale: #9B9B9B. Windows color (decimal): -11150835 or 907861. OLE color: 907861.
HSL color Cylindrical-coordinate representation of color #55DA0D: hue angle of 98.93º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55DA0D is Cyan = 0.61, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 13 | - |
| CMYK | 0.61 | 0 | 0.94 | 0.15 |
| HSL | 98.93º | 0.89% | 0.45% | - |
| HSV(B) | 98.93º | 0.94% | 0.85% | - |
| XYZ | 28.89 | 52.1 | 8.92 | - |
| YUV | 154.86 | 47.94 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 13 | 0.61 | 0 | 0.94 | 0.15 | 98.93 | 0.89 | 0.45 |
| Hex | 55 | DA | D | 3D | 0 | 5E | F | 63 | 59 | 2D |
| Octal | 125 | 332 | 15 | 75 | 0 | 136 | 17 | 143 | 131 | 55 |
| Binary | 1010101 | 11011010 | 1101 | 111101 | 0 | 1011110 | 1111 | 1100011 | 1011001 | 101101 |
Color Harmonies of #55DA0D
Complementary color
Monochromatic Colors of #55DA0D
Black with #55DA0D
Text Example
Text Example
White with #55DA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DA0D; }
p { color: rgb(85,218,13); }
H1.HeaderClassName
{
color: #55DA0D;
}
.AnyTagClassName
{
color: #55DA0D;
}
</style>
background-color css
<style>
a { background-color: #55DA0D; }
a { background-color: rgb(85,218,13); }
div.DivClassName
{
background-color: #55DA0D;
}
.BgClassName
{
background-color: #55DA0D;
}
</style>
border-color css
<style>
span { border-color: #55DA0D; }
span { border-color: rgb(85,218,13); }
td.TdClassName
{
border-color: #55DA0D;
}
.TagClassName
{
border-color: #55DA0D;
}
</style>