Shades of Kelly Green #55DC23
Tints of Kelly Green #55DC23
RGB
CMYK
RGB Variations
Color information
#55DC23 (or 0x55DC23) is known color: Kelly Green. HEX triplet: 55, DC and 23. RGB value is (85,220,35). Sum of RGB (Red+Green+Blue) = 85+220+35=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 220 (86.33% from 255 or 64.71% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DC23 is #AA23DC. Grayscale: #9F9F9F. Windows color (decimal): -11150301 or 2350165. OLE color: 2350165.
HSL color Cylindrical-coordinate representation of color #55DC23: hue angle of 103.78º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55DC23 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 220 | 35 | - |
| CMYK | 0.61 | 0 | 0.84 | 0.14 |
| HSL | 103.78º | 0.73% | 0.5% | - |
| HSV(B) | 103.78º | 0.84% | 0.86% | - |
| XYZ | 29.64 | 53.24 | 10.3 | - |
| YUV | 158.55 | 58.27 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 35 | 0.61 | 0 | 0.84 | 0.14 | 103.78 | 0.73 | 0.5 |
| Hex | 55 | DC | 23 | 3D | 0 | 54 | E | 68 | 49 | 32 |
| Octal | 125 | 334 | 43 | 75 | 0 | 124 | 16 | 150 | 111 | 62 |
| Binary | 1010101 | 11011100 | 100011 | 111101 | 0 | 1010100 | 1110 | 1101000 | 1001001 | 110010 |
Color Harmonies of #55DC23
Complementary color
Monochromatic Colors of #55DC23
Black with #55DC23
Text Example
Text Example
White with #55DC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DC23; }
p { color: rgb(85,220,35); }
H1.HeaderClassName
{
color: #55DC23;
}
.AnyTagClassName
{
color: #55DC23;
}
</style>
background-color css
<style>
a { background-color: #55DC23; }
a { background-color: rgb(85,220,35); }
div.DivClassName
{
background-color: #55DC23;
}
.BgClassName
{
background-color: #55DC23;
}
</style>
border-color css
<style>
span { border-color: #55DC23; }
span { border-color: rgb(85,220,35); }
td.TdClassName
{
border-color: #55DC23;
}
.TagClassName
{
border-color: #55DC23;
}
</style>