Shades of Emerald #55CC7C
Tints of Emerald #55CC7C
RGB
CMYK
RGB Variations
Color information
#55CC7C (or 0x55CC7C) is known color: Emerald. HEX triplet: 55, CC and 7C. RGB value is (85,204,124). Sum of RGB (Red+Green+Blue) = 85+204+124=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CC7C is #AA3383. Grayscale: #9F9F9F. Windows color (decimal): -11154308 or 8178773. OLE color: 8178773.
HSL color Cylindrical-coordinate representation of color #55CC7C: hue angle of 139.66º 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 #55CC7C is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 204 | 124 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.2 |
| HSL | 139.66º | 0.54% | 0.57% | - |
| HSV(B) | 139.66º | 0.58% | 0.8% | - |
| XYZ | 28.98 | 46.57 | 26.53 | - |
| YUV | 159.3 | 108.08 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 124 | 0.58 | 0 | 0.39 | 0.2 | 139.66 | 0.54 | 0.57 |
| Hex | 55 | CC | 7C | 3A | 0 | 27 | 14 | 8C | 36 | 39 |
| Octal | 125 | 314 | 174 | 72 | 0 | 47 | 24 | 214 | 66 | 71 |
| Binary | 1010101 | 11001100 | 1111100 | 111010 | 0 | 100111 | 10100 | 10001100 | 110110 | 111001 |
Color Harmonies of #55CC7C
Complementary color
Monochromatic Colors of #55CC7C
Black with #55CC7C
Text Example
Text Example
White with #55CC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CC7C; }
p { color: rgb(85,204,124); }
H1.HeaderClassName
{
color: #55CC7C;
}
.AnyTagClassName
{
color: #55CC7C;
}
</style>
background-color css
<style>
a { background-color: #55CC7C; }
a { background-color: rgb(85,204,124); }
div.DivClassName
{
background-color: #55CC7C;
}
.BgClassName
{
background-color: #55CC7C;
}
</style>
border-color css
<style>
span { border-color: #55CC7C; }
span { border-color: rgb(85,204,124); }
td.TdClassName
{
border-color: #55CC7C;
}
.TagClassName
{
border-color: #55CC7C;
}
</style>