Shades of Kelly Green #55BB2B
Tints of Kelly Green #55BB2B
RGB
CMYK
RGB Variations
Color information
#55BB2B (or 0x55BB2B) is known color: Kelly Green. HEX triplet: 55, BB and 2B. RGB value is (85,187,43). Sum of RGB (Red+Green+Blue) = 85+187+43=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 187 (73.44% from 255 or 59.37% from 315); Blue value is 43 (17.19% from 255 or 13.65% from 315); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BB2B is #AA44D4. Grayscale: #8C8C8C. Windows color (decimal): -11158741 or 2866005. OLE color: 2866005.
HSL color Cylindrical-coordinate representation of color #55BB2B: hue angle of 102.5º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55BB2B is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 187 | 43 | - |
| CMYK | 0.55 | 0 | 0.77 | 0.27 |
| HSL | 102.5º | 0.63% | 0.45% | - |
| HSV(B) | 102.5º | 0.77% | 0.73% | - |
| XYZ | 21.95 | 37.65 | 8.39 | - |
| YUV | 140.09 | 73.21 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 43 | 0.55 | 0 | 0.77 | 0.27 | 102.5 | 0.63 | 0.45 |
| Hex | 55 | BB | 2B | 37 | 0 | 4D | 1B | 66 | 3F | 2D |
| Octal | 125 | 273 | 53 | 67 | 0 | 115 | 33 | 146 | 77 | 55 |
| Binary | 1010101 | 10111011 | 101011 | 110111 | 0 | 1001101 | 11011 | 1100110 | 111111 | 101101 |
Color Harmonies of #55BB2B
Complementary color
Monochromatic Colors of #55BB2B
Black with #55BB2B
Text Example
Text Example
White with #55BB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BB2B; }
p { color: rgb(85,187,43); }
H1.HeaderClassName
{
color: #55BB2B;
}
.AnyTagClassName
{
color: #55BB2B;
}
</style>
background-color css
<style>
a { background-color: #55BB2B; }
a { background-color: rgb(85,187,43); }
div.DivClassName
{
background-color: #55BB2B;
}
.BgClassName
{
background-color: #55BB2B;
}
</style>
border-color css
<style>
span { border-color: #55BB2B; }
span { border-color: rgb(85,187,43); }
td.TdClassName
{
border-color: #55BB2B;
}
.TagClassName
{
border-color: #55BB2B;
}
</style>