Shades of Kelly Green #55BB0B
Tints of Kelly Green #55BB0B
RGB
CMYK
RGB Variations
Color information
#55BB0B (or 0x55BB0B) is known color: Kelly Green. HEX triplet: 55, BB and 0B. RGB value is (85,187,11). Sum of RGB (Red+Green+Blue) = 85+187+11=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 187 (73.44% from 255 or 66.08% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BB0B is #AA44F4. Grayscale: #898989. Windows color (decimal): -11158773 or 768853. OLE color: 768853.
HSL color Cylindrical-coordinate representation of color #55BB0B: hue angle of 94.77º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #55BB0B is Cyan = 0.55, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 187 | 11 | - |
| CMYK | 0.55 | 0 | 0.94 | 0.27 |
| HSL | 94.77º | 0.89% | 0.39% | - |
| HSV(B) | 94.77º | 0.94% | 0.73% | - |
| XYZ | 21.58 | 37.5 | 6.42 | - |
| YUV | 136.44 | 57.21 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 11 | 0.55 | 0 | 0.94 | 0.27 | 94.77 | 0.89 | 0.39 |
| Hex | 55 | BB | B | 37 | 0 | 5E | 1B | 5F | 59 | 27 |
| Octal | 125 | 273 | 13 | 67 | 0 | 136 | 33 | 137 | 131 | 47 |
| Binary | 1010101 | 10111011 | 1011 | 110111 | 0 | 1011110 | 11011 | 1011111 | 1011001 | 100111 |
Color Harmonies of #55BB0B
Complementary color
Monochromatic Colors of #55BB0B
Black with #55BB0B
Text Example
Text Example
White with #55BB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BB0B; }
p { color: rgb(85,187,11); }
H1.HeaderClassName
{
color: #55BB0B;
}
.AnyTagClassName
{
color: #55BB0B;
}
</style>
background-color css
<style>
a { background-color: #55BB0B; }
a { background-color: rgb(85,187,11); }
div.DivClassName
{
background-color: #55BB0B;
}
.BgClassName
{
background-color: #55BB0B;
}
</style>
border-color css
<style>
span { border-color: #55BB0B; }
span { border-color: rgb(85,187,11); }
td.TdClassName
{
border-color: #55BB0B;
}
.TagClassName
{
border-color: #55BB0B;
}
</style>