Shades of Kelly Green #55DF23
Tints of Kelly Green #55DF23
RGB
CMYK
RGB Variations
Color information
#55DF23 (or 0x55DF23) is known color: Kelly Green. HEX triplet: 55, DF and 23. RGB value is (85,223,35). Sum of RGB (Red+Green+Blue) = 85+223+35=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 223 (87.5% from 255 or 65.01% from 343); Blue value is 35 (14.06% from 255 or 10.20% from 343); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DF23 is #AA20DC. Grayscale: #A0A0A0. Windows color (decimal): -11149533 or 2350933. OLE color: 2350933.
HSL color Cylindrical-coordinate representation of color #55DF23: hue angle of 104.04º 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 #55DF23 is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 35 | - |
| CMYK | 0.62 | 0 | 0.84 | 0.13 |
| HSL | 104.04º | 0.75% | 0.51% | - |
| HSV(B) | 104.04º | 0.84% | 0.87% | - |
| XYZ | 30.44 | 54.83 | 10.57 | - |
| YUV | 160.31 | 57.28 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 35 | 0.62 | 0 | 0.84 | 0.13 | 104.04 | 0.75 | 0.51 |
| Hex | 55 | DF | 23 | 3E | 0 | 54 | D | 68 | 4B | 33 |
| Octal | 125 | 337 | 43 | 76 | 0 | 124 | 15 | 150 | 113 | 63 |
| Binary | 1010101 | 11011111 | 100011 | 111110 | 0 | 1010100 | 1101 | 1101000 | 1001011 | 110011 |
Color Harmonies of #55DF23
Complementary color
Monochromatic Colors of #55DF23
Black with #55DF23
Text Example
Text Example
White with #55DF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DF23; }
p { color: rgb(85,223,35); }
H1.HeaderClassName
{
color: #55DF23;
}
.AnyTagClassName
{
color: #55DF23;
}
</style>
background-color css
<style>
a { background-color: #55DF23; }
a { background-color: rgb(85,223,35); }
div.DivClassName
{
background-color: #55DF23;
}
.BgClassName
{
background-color: #55DF23;
}
</style>
border-color css
<style>
span { border-color: #55DF23; }
span { border-color: rgb(85,223,35); }
td.TdClassName
{
border-color: #55DF23;
}
.TagClassName
{
border-color: #55DF23;
}
</style>