Shades of Kelly Green #55DF10
Tints of Kelly Green #55DF10
RGB
CMYK
RGB Variations
Color information
#55DF10 (or 0x55DF10) is known color: Kelly Green. HEX triplet: 55, DF and 10. RGB value is (85,223,16). Sum of RGB (Red+Green+Blue) = 85+223+16=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 223 (87.5% from 255 or 68.83% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55DF10 is #AA20EF. Grayscale: #9E9E9E. Windows color (decimal): -11149552 or 1105749. OLE color: 1105749.
HSL color Cylindrical-coordinate representation of color #55DF10: hue angle of 100º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #55DF10 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 16 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.13 |
| HSL | 100º | 0.87% | 0.47% | - |
| HSV(B) | 100º | 0.93% | 0.87% | - |
| XYZ | 30.23 | 54.74 | 9.46 | - |
| YUV | 158.14 | 47.78 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 16 | 0.62 | 0 | 0.93 | 0.13 | 100 | 0.87 | 0.47 |
| Hex | 55 | DF | 10 | 3E | 0 | 5D | D | 64 | 57 | 2F |
| Octal | 125 | 337 | 20 | 76 | 0 | 135 | 15 | 144 | 127 | 57 |
| Binary | 1010101 | 11011111 | 10000 | 111110 | 0 | 1011101 | 1101 | 1100100 | 1010111 | 101111 |
Color Harmonies of #55DF10
Complementary color
Monochromatic Colors of #55DF10
Black with #55DF10
Text Example
Text Example
White with #55DF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DF10; }
p { color: rgb(85,223,16); }
H1.HeaderClassName
{
color: #55DF10;
}
.AnyTagClassName
{
color: #55DF10;
}
</style>
background-color css
<style>
a { background-color: #55DF10; }
a { background-color: rgb(85,223,16); }
div.DivClassName
{
background-color: #55DF10;
}
.BgClassName
{
background-color: #55DF10;
}
</style>
border-color css
<style>
span { border-color: #55DF10; }
span { border-color: rgb(85,223,16); }
td.TdClassName
{
border-color: #55DF10;
}
.TagClassName
{
border-color: #55DF10;
}
</style>