Shades of Emerald #55C97D
Tints of Emerald #55C97D
RGB
CMYK
RGB Variations
Color information
#55C97D (or 0x55C97D) is known color: Emerald. HEX triplet: 55, C9 and 7D. RGB value is (85,201,125). Sum of RGB (Red+Green+Blue) = 85+201+125=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 201 (78.91% from 255 or 48.91% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 201 - color contains mainly: green. Hex color #55C97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C97D is #AA3682. Grayscale: #9D9D9D. Windows color (decimal): -11155075 or 8243541. OLE color: 8243541.
HSL color Cylindrical-coordinate representation of color #55C97D: hue angle of 140.69º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55C97D is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 201 | 125 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.21 |
| HSL | 140.69º | 0.52% | 0.56% | - |
| HSV(B) | 140.69º | 0.58% | 0.79% | - |
| XYZ | 28.33 | 45.19 | 26.63 | - |
| YUV | 157.65 | 109.57 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 201 | 125 | 0.58 | 0 | 0.38 | 0.21 | 140.69 | 0.52 | 0.56 |
| Hex | 55 | C9 | 7D | 3A | 0 | 26 | 15 | 8D | 34 | 38 |
| Octal | 125 | 311 | 175 | 72 | 0 | 46 | 25 | 215 | 64 | 70 |
| Binary | 1010101 | 11001001 | 1111101 | 111010 | 0 | 100110 | 10101 | 10001101 | 110100 | 111000 |
Color Harmonies of #55C97D
Complementary color
Monochromatic Colors of #55C97D
Black with #55C97D
Text Example
Text Example
White with #55C97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C97D; }
p { color: rgb(85,201,125); }
H1.HeaderClassName
{
color: #55C97D;
}
.AnyTagClassName
{
color: #55C97D;
}
</style>
background-color css
<style>
a { background-color: #55C97D; }
a { background-color: rgb(85,201,125); }
div.DivClassName
{
background-color: #55C97D;
}
.BgClassName
{
background-color: #55C97D;
}
</style>
border-color css
<style>
span { border-color: #55C97D; }
span { border-color: rgb(85,201,125); }
td.TdClassName
{
border-color: #55C97D;
}
.TagClassName
{
border-color: #55C97D;
}
</style>