Shades of Kelly Green #55DF0E
Tints of Kelly Green #55DF0E
RGB
CMYK
RGB Variations
Color information
#55DF0E (or 0x55DF0E) is known color: Kelly Green. HEX triplet: 55, DF and 0E. RGB value is (85,223,14). Sum of RGB (Red+Green+Blue) = 85+223+14=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 223 (87.5% from 255 or 69.25% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF0E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55DF0E is #AA20F1. Grayscale: #9E9E9E. Windows color (decimal): -11149554 or 974677. OLE color: 974677.
HSL color Cylindrical-coordinate representation of color #55DF0E: hue angle of 99.62º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55DF0E is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 14 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.13 |
| HSL | 99.62º | 0.88% | 0.46% | - |
| HSV(B) | 99.62º | 0.94% | 0.87% | - |
| XYZ | 30.21 | 54.74 | 9.39 | - |
| YUV | 157.91 | 46.78 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 14 | 0.62 | 0 | 0.94 | 0.13 | 99.62 | 0.88 | 0.46 |
| Hex | 55 | DF | E | 3E | 0 | 5E | D | 64 | 58 | 2E |
| Octal | 125 | 337 | 16 | 76 | 0 | 136 | 15 | 144 | 130 | 56 |
| Binary | 1010101 | 11011111 | 1110 | 111110 | 0 | 1011110 | 1101 | 1100100 | 1011000 | 101110 |
Color Harmonies of #55DF0E
Complementary color
Monochromatic Colors of #55DF0E
Black with #55DF0E
Text Example
Text Example
White with #55DF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DF0E; }
p { color: rgb(85,223,14); }
H1.HeaderClassName
{
color: #55DF0E;
}
.AnyTagClassName
{
color: #55DF0E;
}
</style>
background-color css
<style>
a { background-color: #55DF0E; }
a { background-color: rgb(85,223,14); }
div.DivClassName
{
background-color: #55DF0E;
}
.BgClassName
{
background-color: #55DF0E;
}
</style>
border-color css
<style>
span { border-color: #55DF0E; }
span { border-color: rgb(85,223,14); }
td.TdClassName
{
border-color: #55DF0E;
}
.TagClassName
{
border-color: #55DF0E;
}
</style>