Shades of Emerald #55BE7D
Tints of Emerald #55BE7D
RGB
CMYK
RGB Variations
Color information
#55BE7D (or 0x55BE7D) is known color: Emerald. HEX triplet: 55, BE and 7D. RGB value is (85,190,125). Sum of RGB (Red+Green+Blue) = 85+190+125=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #55BE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BE7D is #AA4182. Grayscale: #979797. Windows color (decimal): -11157891 or 8240725. OLE color: 8240725.
HSL color Cylindrical-coordinate representation of color #55BE7D: hue angle of 142.86º 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 #55BE7D is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 190 | 125 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.25 |
| HSL | 142.86º | 0.45% | 0.54% | - |
| HSV(B) | 142.86º | 0.55% | 0.75% | - |
| XYZ | 25.86 | 40.24 | 25.81 | - |
| YUV | 151.2 | 113.21 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 190 | 125 | 0.55 | 0 | 0.34 | 0.25 | 142.86 | 0.45 | 0.54 |
| Hex | 55 | BE | 7D | 37 | 0 | 22 | 19 | 8F | 2D | 36 |
| Octal | 125 | 276 | 175 | 67 | 0 | 42 | 31 | 217 | 55 | 66 |
| Binary | 1010101 | 10111110 | 1111101 | 110111 | 0 | 100010 | 11001 | 10001111 | 101101 | 110110 |
Color Harmonies of #55BE7D
Complementary color
Monochromatic Colors of #55BE7D
Black with #55BE7D
Text Example
Text Example
White with #55BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BE7D; }
p { color: rgb(85,190,125); }
H1.HeaderClassName
{
color: #55BE7D;
}
.AnyTagClassName
{
color: #55BE7D;
}
</style>
background-color css
<style>
a { background-color: #55BE7D; }
a { background-color: rgb(85,190,125); }
div.DivClassName
{
background-color: #55BE7D;
}
.BgClassName
{
background-color: #55BE7D;
}
</style>
border-color css
<style>
span { border-color: #55BE7D; }
span { border-color: rgb(85,190,125); }
td.TdClassName
{
border-color: #55BE7D;
}
.TagClassName
{
border-color: #55BE7D;
}
</style>