Shades of Kelly Green #55DC24
Tints of Kelly Green #55DC24
RGB
CMYK
RGB Variations
Color information
#55DC24 (or 0x55DC24) is known color: Kelly Green. HEX triplet: 55, DC and 24. RGB value is (85,220,36). Sum of RGB (Red+Green+Blue) = 85+220+36=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 220 (86.33% from 255 or 64.52% from 341); Blue value is 36 (14.45% from 255 or 10.56% from 341); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DC24 is #AA23DB. Grayscale: #9F9F9F. Windows color (decimal): -11150300 or 2415701. OLE color: 2415701.
HSL color Cylindrical-coordinate representation of color #55DC24: hue angle of 104.02º degrees, saturation: 0.72, 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 #55DC24 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 220 | 36 | - |
| CMYK | 0.61 | 0 | 0.84 | 0.14 |
| HSL | 104.02º | 0.72% | 0.5% | - |
| HSV(B) | 104.02º | 0.84% | 0.86% | - |
| XYZ | 29.66 | 53.25 | 10.38 | - |
| YUV | 158.66 | 58.77 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 36 | 0.61 | 0 | 0.84 | 0.14 | 104.02 | 0.72 | 0.5 |
| Hex | 55 | DC | 24 | 3D | 0 | 54 | E | 68 | 48 | 32 |
| Octal | 125 | 334 | 44 | 75 | 0 | 124 | 16 | 150 | 110 | 62 |
| Binary | 1010101 | 11011100 | 100100 | 111101 | 0 | 1010100 | 1110 | 1101000 | 1001000 | 110010 |
Color Harmonies of #55DC24
Complementary color
Monochromatic Colors of #55DC24
Black with #55DC24
Text Example
Text Example
White with #55DC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DC24; }
p { color: rgb(85,220,36); }
H1.HeaderClassName
{
color: #55DC24;
}
.AnyTagClassName
{
color: #55DC24;
}
</style>
background-color css
<style>
a { background-color: #55DC24; }
a { background-color: rgb(85,220,36); }
div.DivClassName
{
background-color: #55DC24;
}
.BgClassName
{
background-color: #55DC24;
}
</style>
border-color css
<style>
span { border-color: #55DC24; }
span { border-color: rgb(85,220,36); }
td.TdClassName
{
border-color: #55DC24;
}
.TagClassName
{
border-color: #55DC24;
}
</style>