Shades of Kelly Green #55DA23
Tints of Kelly Green #55DA23
RGB
CMYK
RGB Variations
Color information
#55DA23 (or 0x55DA23) is known color: Kelly Green. HEX triplet: 55, DA and 23. RGB value is (85,218,35). Sum of RGB (Red+Green+Blue) = 85+218+35=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 218 (85.55% from 255 or 64.50% from 338); Blue value is 35 (14.06% from 255 or 10.36% from 338); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA23 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DA23 is #AA25DC. Grayscale: #9D9D9D. Windows color (decimal): -11150813 or 2349653. OLE color: 2349653.
HSL color Cylindrical-coordinate representation of color #55DA23: hue angle of 103.61º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55DA23 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 35 | - |
| CMYK | 0.61 | 0 | 0.84 | 0.15 |
| HSL | 103.61º | 0.72% | 0.5% | - |
| HSV(B) | 103.61º | 0.84% | 0.85% | - |
| XYZ | 29.12 | 52.2 | 10.13 | - |
| YUV | 157.37 | 58.94 | 76.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 35 | 0.61 | 0 | 0.84 | 0.15 | 103.61 | 0.72 | 0.5 |
| Hex | 55 | DA | 23 | 3D | 0 | 54 | F | 68 | 48 | 32 |
| Octal | 125 | 332 | 43 | 75 | 0 | 124 | 17 | 150 | 110 | 62 |
| Binary | 1010101 | 11011010 | 100011 | 111101 | 0 | 1010100 | 1111 | 1101000 | 1001000 | 110010 |
Color Harmonies of #55DA23
Complementary color
Monochromatic Colors of #55DA23
Black with #55DA23
Text Example
Text Example
White with #55DA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DA23; }
p { color: rgb(85,218,35); }
H1.HeaderClassName
{
color: #55DA23;
}
.AnyTagClassName
{
color: #55DA23;
}
</style>
background-color css
<style>
a { background-color: #55DA23; }
a { background-color: rgb(85,218,35); }
div.DivClassName
{
background-color: #55DA23;
}
.BgClassName
{
background-color: #55DA23;
}
</style>
border-color css
<style>
span { border-color: #55DA23; }
span { border-color: rgb(85,218,35); }
td.TdClassName
{
border-color: #55DA23;
}
.TagClassName
{
border-color: #55DA23;
}
</style>