Shades of Emerald #55BC6F
Tints of Emerald #55BC6F
RGB
CMYK
RGB Variations
Color information
#55BC6F (or 0x55BC6F) is known color: Emerald. HEX triplet: 55, BC and 6F. RGB value is (85,188,111). Sum of RGB (Red+Green+Blue) = 85+188+111=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 111 (43.75% from 255 or 28.91% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BC6F is #AA4390. Grayscale: #949494. Windows color (decimal): -11158417 or 7322709. OLE color: 7322709.
HSL color Cylindrical-coordinate representation of color #55BC6F: hue angle of 135.15º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BC6F is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 111 | - |
| CMYK | 0.55 | 0 | 0.41 | 0.26 |
| HSL | 135.15º | 0.43% | 0.54% | - |
| HSV(B) | 135.15º | 0.55% | 0.74% | - |
| XYZ | 24.6 | 39.05 | 21.28 | - |
| YUV | 148.43 | 106.88 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 111 | 0.55 | 0 | 0.41 | 0.26 | 135.15 | 0.43 | 0.54 |
| Hex | 55 | BC | 6F | 37 | 0 | 29 | 1A | 87 | 2B | 36 |
| Octal | 125 | 274 | 157 | 67 | 0 | 51 | 32 | 207 | 53 | 66 |
| Binary | 1010101 | 10111100 | 1101111 | 110111 | 0 | 101001 | 11010 | 10000111 | 101011 | 110110 |
Color Harmonies of #55BC6F
Complementary color
Monochromatic Colors of #55BC6F
Black with #55BC6F
Text Example
Text Example
White with #55BC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC6F; }
p { color: rgb(85,188,111); }
H1.HeaderClassName
{
color: #55BC6F;
}
.AnyTagClassName
{
color: #55BC6F;
}
</style>
background-color css
<style>
a { background-color: #55BC6F; }
a { background-color: rgb(85,188,111); }
div.DivClassName
{
background-color: #55BC6F;
}
.BgClassName
{
background-color: #55BC6F;
}
</style>
border-color css
<style>
span { border-color: #55BC6F; }
span { border-color: rgb(85,188,111); }
td.TdClassName
{
border-color: #55BC6F;
}
.TagClassName
{
border-color: #55BC6F;
}
</style>