Shades of Kelly Green #55BB2C
Tints of Kelly Green #55BB2C
RGB
CMYK
RGB Variations
Color information
#55BB2C (or 0x55BB2C) is known color: Kelly Green. HEX triplet: 55, BB and 2C. RGB value is (85,187,44). Sum of RGB (Red+Green+Blue) = 85+187+44=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 187 (73.44% from 255 or 59.18% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BB2C is #AA44D3. Grayscale: #8C8C8C. Windows color (decimal): -11158740 or 2931541. OLE color: 2931541.
HSL color Cylindrical-coordinate representation of color #55BB2C: hue angle of 102.8º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55BB2C is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 187 | 44 | - |
| CMYK | 0.55 | 0 | 0.76 | 0.27 |
| HSL | 102.8º | 0.62% | 0.45% | - |
| HSV(B) | 102.8º | 0.76% | 0.73% | - |
| XYZ | 21.97 | 37.65 | 8.49 | - |
| YUV | 140.2 | 73.71 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 187 | 44 | 0.55 | 0 | 0.76 | 0.27 | 102.8 | 0.62 | 0.45 |
| Hex | 55 | BB | 2C | 37 | 0 | 4C | 1B | 67 | 3E | 2D |
| Octal | 125 | 273 | 54 | 67 | 0 | 114 | 33 | 147 | 76 | 55 |
| Binary | 1010101 | 10111011 | 101100 | 110111 | 0 | 1001100 | 11011 | 1100111 | 111110 | 101101 |
Color Harmonies of #55BB2C
Complementary color
Monochromatic Colors of #55BB2C
Black with #55BB2C
Text Example
Text Example
White with #55BB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BB2C; }
p { color: rgb(85,187,44); }
H1.HeaderClassName
{
color: #55BB2C;
}
.AnyTagClassName
{
color: #55BB2C;
}
</style>
background-color css
<style>
a { background-color: #55BB2C; }
a { background-color: rgb(85,187,44); }
div.DivClassName
{
background-color: #55BB2C;
}
.BgClassName
{
background-color: #55BB2C;
}
</style>
border-color css
<style>
span { border-color: #55BB2C; }
span { border-color: rgb(85,187,44); }
td.TdClassName
{
border-color: #55BB2C;
}
.TagClassName
{
border-color: #55BB2C;
}
</style>