Shades of Kelly Green #55AB1B
Tints of Kelly Green #55AB1B
RGB
CMYK
RGB Variations
Color information
#55AB1B (or 0x55AB1B) is known color: Kelly Green. HEX triplet: 55, AB and 1B. RGB value is (85,171,27). Sum of RGB (Red+Green+Blue) = 85+171+27=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 171 (67.19% from 255 or 60.42% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AB1B is #AA54E4. Grayscale: #818181. Windows color (decimal): -11162853 or 1813333. OLE color: 1813333.
HSL color Cylindrical-coordinate representation of color #55AB1B: hue angle of 95.83º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55AB1B is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 171 | 27 | - |
| CMYK | 0.50 | 0 | 0.84 | 0.33 |
| HSL | 95.83º | 0.73% | 0.39% | - |
| HSV(B) | 95.83º | 0.84% | 0.67% | - |
| XYZ | 18.51 | 31.14 | 6.07 | - |
| YUV | 128.87 | 70.51 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 27 | 0.50 | 0 | 0.84 | 0.33 | 95.83 | 0.73 | 0.39 |
| Hex | 55 | AB | 1B | 32 | 0 | 54 | 21 | 60 | 49 | 27 |
| Octal | 125 | 253 | 33 | 62 | 0 | 124 | 41 | 140 | 111 | 47 |
| Binary | 1010101 | 10101011 | 11011 | 110010 | 0 | 1010100 | 100001 | 1100000 | 1001001 | 100111 |
Color Harmonies of #55AB1B
Complementary color
Monochromatic Colors of #55AB1B
Black with #55AB1B
Text Example
Text Example
White with #55AB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AB1B; }
p { color: rgb(85,171,27); }
H1.HeaderClassName
{
color: #55AB1B;
}
.AnyTagClassName
{
color: #55AB1B;
}
</style>
background-color css
<style>
a { background-color: #55AB1B; }
a { background-color: rgb(85,171,27); }
div.DivClassName
{
background-color: #55AB1B;
}
.BgClassName
{
background-color: #55AB1B;
}
</style>
border-color css
<style>
span { border-color: #55AB1B; }
span { border-color: rgb(85,171,27); }
td.TdClassName
{
border-color: #55AB1B;
}
.TagClassName
{
border-color: #55AB1B;
}
</style>