Shades of Emerald #55BE7C
Tints of Emerald #55BE7C
RGB
CMYK
RGB Variations
Color information
#55BE7C (or 0x55BE7C) is known color: Emerald. HEX triplet: 55, BE and 7C. RGB value is (85,190,124). Sum of RGB (Red+Green+Blue) = 85+190+124=399 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.30% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #55BE7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BE7C is #AA4183. Grayscale: #979797. Windows color (decimal): -11157892 or 8175189. OLE color: 8175189.
HSL color Cylindrical-coordinate representation of color #55BE7C: hue angle of 142.29º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BE7C is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 190 | 124 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.25 |
| HSL | 142.29º | 0.45% | 0.54% | - |
| HSV(B) | 142.29º | 0.55% | 0.75% | - |
| XYZ | 25.8 | 40.21 | 25.47 | - |
| YUV | 151.08 | 112.71 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 190 | 124 | 0.55 | 0 | 0.35 | 0.25 | 142.29 | 0.45 | 0.54 |
| Hex | 55 | BE | 7C | 37 | 0 | 23 | 19 | 8E | 2D | 36 |
| Octal | 125 | 276 | 174 | 67 | 0 | 43 | 31 | 216 | 55 | 66 |
| Binary | 1010101 | 10111110 | 1111100 | 110111 | 0 | 100011 | 11001 | 10001110 | 101101 | 110110 |
Color Harmonies of #55BE7C
Complementary color
Monochromatic Colors of #55BE7C
Black with #55BE7C
Text Example
Text Example
White with #55BE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BE7C; }
p { color: rgb(85,190,124); }
H1.HeaderClassName
{
color: #55BE7C;
}
.AnyTagClassName
{
color: #55BE7C;
}
</style>
background-color css
<style>
a { background-color: #55BE7C; }
a { background-color: rgb(85,190,124); }
div.DivClassName
{
background-color: #55BE7C;
}
.BgClassName
{
background-color: #55BE7C;
}
</style>
border-color css
<style>
span { border-color: #55BE7C; }
span { border-color: rgb(85,190,124); }
td.TdClassName
{
border-color: #55BE7C;
}
.TagClassName
{
border-color: #55BE7C;
}
</style>