Shades of Emerald #55CC7D
Tints of Emerald #55CC7D
RGB
CMYK
RGB Variations
Color information
#55CC7D (or 0x55CC7D) is known color: Emerald. HEX triplet: 55, CC and 7D. RGB value is (85,204,125). Sum of RGB (Red+Green+Blue) = 85+204+125=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CC7D is #AA3382. Grayscale: #9F9F9F. Windows color (decimal): -11154307 or 8244309. OLE color: 8244309.
HSL color Cylindrical-coordinate representation of color #55CC7D: hue angle of 140.17º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55CC7D is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 204 | 125 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.2 |
| HSL | 140.17º | 0.54% | 0.57% | - |
| HSV(B) | 140.17º | 0.58% | 0.8% | - |
| XYZ | 29.04 | 46.6 | 26.87 | - |
| YUV | 159.41 | 108.58 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 125 | 0.58 | 0 | 0.39 | 0.2 | 140.17 | 0.54 | 0.57 |
| Hex | 55 | CC | 7D | 3A | 0 | 27 | 14 | 8C | 36 | 39 |
| Octal | 125 | 314 | 175 | 72 | 0 | 47 | 24 | 214 | 66 | 71 |
| Binary | 1010101 | 11001100 | 1111101 | 111010 | 0 | 100111 | 10100 | 10001100 | 110110 | 111001 |
Color Harmonies of #55CC7D
Complementary color
Monochromatic Colors of #55CC7D
Black with #55CC7D
Text Example
Text Example
White with #55CC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CC7D; }
p { color: rgb(85,204,125); }
H1.HeaderClassName
{
color: #55CC7D;
}
.AnyTagClassName
{
color: #55CC7D;
}
</style>
background-color css
<style>
a { background-color: #55CC7D; }
a { background-color: rgb(85,204,125); }
div.DivClassName
{
background-color: #55CC7D;
}
.BgClassName
{
background-color: #55CC7D;
}
</style>
border-color css
<style>
span { border-color: #55CC7D; }
span { border-color: rgb(85,204,125); }
td.TdClassName
{
border-color: #55CC7D;
}
.TagClassName
{
border-color: #55CC7D;
}
</style>