Shades of Kelly Green #55D010
Tints of Kelly Green #55D010
RGB
CMYK
RGB Variations
Color information
#55D010 (or 0x55D010) is known color: Kelly Green. HEX triplet: 55, D0 and 10. RGB value is (85,208,16). Sum of RGB (Red+Green+Blue) = 85+208+16=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 208 (81.64% from 255 or 67.31% from 309); Blue value is 16 (6.64% from 255 or 5.18% from 309); Max value from RGB is 208 - color contains mainly: green. Hex color #55D010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55D010 is #AA2FEF. Grayscale: #959595. Windows color (decimal): -11153392 or 1101909. OLE color: 1101909.
HSL color Cylindrical-coordinate representation of color #55D010: hue angle of 98.44º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #55D010 is Cyan = 0.59, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 208 | 16 | - |
| CMYK | 0.59 | 0 | 0.92 | 0.18 |
| HSL | 98.44º | 0.86% | 0.44% | - |
| HSV(B) | 98.44º | 0.92% | 0.82% | - |
| XYZ | 26.4 | 47.08 | 8.19 | - |
| YUV | 149.34 | 52.75 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 16 | 0.59 | 0 | 0.92 | 0.18 | 98.44 | 0.86 | 0.44 |
| Hex | 55 | D0 | 10 | 3B | 0 | 5C | 12 | 62 | 56 | 2C |
| Octal | 125 | 320 | 20 | 73 | 0 | 134 | 22 | 142 | 126 | 54 |
| Binary | 1010101 | 11010000 | 10000 | 111011 | 0 | 1011100 | 10010 | 1100010 | 1010110 | 101100 |
Color Harmonies of #55D010
Complementary color
Monochromatic Colors of #55D010
Black with #55D010
Text Example
Text Example
White with #55D010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D010; }
p { color: rgb(85,208,16); }
H1.HeaderClassName
{
color: #55D010;
}
.AnyTagClassName
{
color: #55D010;
}
</style>
background-color css
<style>
a { background-color: #55D010; }
a { background-color: rgb(85,208,16); }
div.DivClassName
{
background-color: #55D010;
}
.BgClassName
{
background-color: #55D010;
}
</style>
border-color css
<style>
span { border-color: #55D010; }
span { border-color: rgb(85,208,16); }
td.TdClassName
{
border-color: #55D010;
}
.TagClassName
{
border-color: #55D010;
}
</style>