Shades of Kelly Green #55DF24
Tints of Kelly Green #55DF24
RGB
CMYK
RGB Variations
Color information
#55DF24 (or 0x55DF24) is known color: Kelly Green. HEX triplet: 55, DF and 24. RGB value is (85,223,36). Sum of RGB (Red+Green+Blue) = 85+223+36=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 223 (87.5% from 255 or 64.83% from 344); Blue value is 36 (14.45% from 255 or 10.47% from 344); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DF24 is #AA20DB. Grayscale: #A1A1A1. Windows color (decimal): -11149532 or 2416469. OLE color: 2416469.
HSL color Cylindrical-coordinate representation of color #55DF24: hue angle of 104.28º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55DF24 is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 36 | - |
| CMYK | 0.62 | 0 | 0.84 | 0.13 |
| HSL | 104.28º | 0.75% | 0.51% | - |
| HSV(B) | 104.28º | 0.84% | 0.87% | - |
| XYZ | 30.45 | 54.83 | 10.65 | - |
| YUV | 160.42 | 57.78 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 36 | 0.62 | 0 | 0.84 | 0.13 | 104.28 | 0.75 | 0.51 |
| Hex | 55 | DF | 24 | 3E | 0 | 54 | D | 68 | 4B | 33 |
| Octal | 125 | 337 | 44 | 76 | 0 | 124 | 15 | 150 | 113 | 63 |
| Binary | 1010101 | 11011111 | 100100 | 111110 | 0 | 1010100 | 1101 | 1101000 | 1001011 | 110011 |
Color Harmonies of #55DF24
Complementary color
Monochromatic Colors of #55DF24
Black with #55DF24
Text Example
Text Example
White with #55DF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DF24; }
p { color: rgb(85,223,36); }
H1.HeaderClassName
{
color: #55DF24;
}
.AnyTagClassName
{
color: #55DF24;
}
</style>
background-color css
<style>
a { background-color: #55DF24; }
a { background-color: rgb(85,223,36); }
div.DivClassName
{
background-color: #55DF24;
}
.BgClassName
{
background-color: #55DF24;
}
</style>
border-color css
<style>
span { border-color: #55DF24; }
span { border-color: rgb(85,223,36); }
td.TdClassName
{
border-color: #55DF24;
}
.TagClassName
{
border-color: #55DF24;
}
</style>