Shades of Kelly Green #55DE0B
Tints of Kelly Green #55DE0B
RGB
CMYK
RGB Variations
Color information
#55DE0B (or 0x55DE0B) is known color: Kelly Green. HEX triplet: 55, DE and 0B. RGB value is (85,222,11). Sum of RGB (Red+Green+Blue) = 85+222+11=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 222 (87.11% from 255 or 69.81% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 222 - color contains mainly: green. Hex color #55DE0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55DE0B is #AA21F4. Grayscale: #9D9D9D. Windows color (decimal): -11149813 or 777813. OLE color: 777813.
HSL color Cylindrical-coordinate representation of color #55DE0B: hue angle of 98.96º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #55DE0B is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 222 | 11 | - |
| CMYK | 0.62 | 0 | 0.95 | 0.13 |
| HSL | 98.96º | 0.91% | 0.46% | - |
| HSV(B) | 98.96º | 0.95% | 0.87% | - |
| XYZ | 29.93 | 54.2 | 9.2 | - |
| YUV | 156.98 | 45.61 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 222 | 11 | 0.62 | 0 | 0.95 | 0.13 | 98.96 | 0.91 | 0.46 |
| Hex | 55 | DE | B | 3E | 0 | 5F | D | 63 | 5B | 2E |
| Octal | 125 | 336 | 13 | 76 | 0 | 137 | 15 | 143 | 133 | 56 |
| Binary | 1010101 | 11011110 | 1011 | 111110 | 0 | 1011111 | 1101 | 1100011 | 1011011 | 101110 |
Color Harmonies of #55DE0B
Complementary color
Monochromatic Colors of #55DE0B
Black with #55DE0B
Text Example
Text Example
White with #55DE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DE0B; }
p { color: rgb(85,222,11); }
H1.HeaderClassName
{
color: #55DE0B;
}
.AnyTagClassName
{
color: #55DE0B;
}
</style>
background-color css
<style>
a { background-color: #55DE0B; }
a { background-color: rgb(85,222,11); }
div.DivClassName
{
background-color: #55DE0B;
}
.BgClassName
{
background-color: #55DE0B;
}
</style>
border-color css
<style>
span { border-color: #55DE0B; }
span { border-color: rgb(85,222,11); }
td.TdClassName
{
border-color: #55DE0B;
}
.TagClassName
{
border-color: #55DE0B;
}
</style>