Shades of Kelly Green #55AB23
Tints of Kelly Green #55AB23
RGB
CMYK
RGB Variations
Color information
#55AB23 (or 0x55AB23) is known color: Kelly Green. HEX triplet: 55, AB and 23. RGB value is (85,171,35). Sum of RGB (Red+Green+Blue) = 85+171+35=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AB23 is #AA54DC. Grayscale: #828282. Windows color (decimal): -11162845 or 2337621. OLE color: 2337621.
HSL color Cylindrical-coordinate representation of color #55AB23: hue angle of 97.94º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #55AB23 is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 171 | 35 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.33 |
| HSL | 97.94º | 0.66% | 0.4% | - |
| HSV(B) | 97.94º | 0.8% | 0.67% | - |
| XYZ | 18.61 | 31.18 | 6.63 | - |
| YUV | 129.78 | 74.51 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 35 | 0.50 | 0 | 0.80 | 0.33 | 97.94 | 0.66 | 0.4 |
| Hex | 55 | AB | 23 | 32 | 0 | 50 | 21 | 62 | 42 | 28 |
| Octal | 125 | 253 | 43 | 62 | 0 | 120 | 41 | 142 | 102 | 50 |
| Binary | 1010101 | 10101011 | 100011 | 110010 | 0 | 1010000 | 100001 | 1100010 | 1000010 | 101000 |
Color Harmonies of #55AB23
Complementary color
Monochromatic Colors of #55AB23
Black with #55AB23
Text Example
Text Example
White with #55AB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AB23; }
p { color: rgb(85,171,35); }
H1.HeaderClassName
{
color: #55AB23;
}
.AnyTagClassName
{
color: #55AB23;
}
</style>
background-color css
<style>
a { background-color: #55AB23; }
a { background-color: rgb(85,171,35); }
div.DivClassName
{
background-color: #55AB23;
}
.BgClassName
{
background-color: #55AB23;
}
</style>
border-color css
<style>
span { border-color: #55AB23; }
span { border-color: rgb(85,171,35); }
td.TdClassName
{
border-color: #55AB23;
}
.TagClassName
{
border-color: #55AB23;
}
</style>