Shades of Emerald #55BF7D
Tints of Emerald #55BF7D
RGB
CMYK
RGB Variations
Color information
#55BF7D (or 0x55BF7D) is known color: Emerald. HEX triplet: 55, BF and 7D. RGB value is (85,191,125). Sum of RGB (Red+Green+Blue) = 85+191+125=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BF7D is #AA4082. Grayscale: #979797. Windows color (decimal): -11157635 or 8240981. OLE color: 8240981.
HSL color Cylindrical-coordinate representation of color #55BF7D: hue angle of 142.64º 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 #55BF7D is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 191 | 125 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.25 |
| HSL | 142.64º | 0.45% | 0.54% | - |
| HSV(B) | 142.64º | 0.55% | 0.75% | - |
| XYZ | 26.08 | 40.67 | 25.88 | - |
| YUV | 151.78 | 112.88 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 191 | 125 | 0.55 | 0 | 0.35 | 0.25 | 142.64 | 0.45 | 0.54 |
| Hex | 55 | BF | 7D | 37 | 0 | 23 | 19 | 8F | 2D | 36 |
| Octal | 125 | 277 | 175 | 67 | 0 | 43 | 31 | 217 | 55 | 66 |
| Binary | 1010101 | 10111111 | 1111101 | 110111 | 0 | 100011 | 11001 | 10001111 | 101101 | 110110 |
Color Harmonies of #55BF7D
Complementary color
Monochromatic Colors of #55BF7D
Black with #55BF7D
Text Example
Text Example
White with #55BF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BF7D; }
p { color: rgb(85,191,125); }
H1.HeaderClassName
{
color: #55BF7D;
}
.AnyTagClassName
{
color: #55BF7D;
}
</style>
background-color css
<style>
a { background-color: #55BF7D; }
a { background-color: rgb(85,191,125); }
div.DivClassName
{
background-color: #55BF7D;
}
.BgClassName
{
background-color: #55BF7D;
}
</style>
border-color css
<style>
span { border-color: #55BF7D; }
span { border-color: rgb(85,191,125); }
td.TdClassName
{
border-color: #55BF7D;
}
.TagClassName
{
border-color: #55BF7D;
}
</style>