Shades of Kelly Green #55BC2B
Tints of Kelly Green #55BC2B
RGB
CMYK
RGB Variations
Color information
#55BC2B (or 0x55BC2B) is known color: Kelly Green. HEX triplet: 55, BC and 2B. RGB value is (85,188,43). Sum of RGB (Red+Green+Blue) = 85+188+43=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 188 (73.83% from 255 or 59.49% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BC2B is #AA43D4. Grayscale: #8D8D8D. Windows color (decimal): -11158485 or 2866261. OLE color: 2866261.
HSL color Cylindrical-coordinate representation of color #55BC2B: hue angle of 102.62º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55BC2B is Cyan = 0.55, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 43 | - |
| CMYK | 0.55 | 0 | 0.77 | 0.26 |
| HSL | 102.62º | 0.63% | 0.45% | - |
| HSV(B) | 102.62º | 0.77% | 0.74% | - |
| XYZ | 22.17 | 38.07 | 8.47 | - |
| YUV | 140.67 | 72.88 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 43 | 0.55 | 0 | 0.77 | 0.26 | 102.62 | 0.63 | 0.45 |
| Hex | 55 | BC | 2B | 37 | 0 | 4D | 1A | 67 | 3F | 2D |
| Octal | 125 | 274 | 53 | 67 | 0 | 115 | 32 | 147 | 77 | 55 |
| Binary | 1010101 | 10111100 | 101011 | 110111 | 0 | 1001101 | 11010 | 1100111 | 111111 | 101101 |
Color Harmonies of #55BC2B
Complementary color
Monochromatic Colors of #55BC2B
Black with #55BC2B
Text Example
Text Example
White with #55BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC2B; }
p { color: rgb(85,188,43); }
H1.HeaderClassName
{
color: #55BC2B;
}
.AnyTagClassName
{
color: #55BC2B;
}
</style>
background-color css
<style>
a { background-color: #55BC2B; }
a { background-color: rgb(85,188,43); }
div.DivClassName
{
background-color: #55BC2B;
}
.BgClassName
{
background-color: #55BC2B;
}
</style>
border-color css
<style>
span { border-color: #55BC2B; }
span { border-color: rgb(85,188,43); }
td.TdClassName
{
border-color: #55BC2B;
}
.TagClassName
{
border-color: #55BC2B;
}
</style>