Shades of Emerald #55D68B
Tints of Emerald #55D68B
RGB
CMYK
RGB Variations
Color information
#55D68B (or 0x55D68B) is known color: Emerald. HEX triplet: 55, D6 and 8B. RGB value is (85,214,139). Sum of RGB (Red+Green+Blue) = 85+214+139=438 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.41% from 438); Green value is 214 (83.98% from 255 or 48.86% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 214 - color contains mainly: green. Hex color #55D68B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D68B is #AA2974. Grayscale: #A7A7A7. Windows color (decimal): -11151733 or 9164373. OLE color: 9164373.
HSL color Cylindrical-coordinate representation of color #55D68B: hue angle of 145.12º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D68B is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 139 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.16 |
| HSL | 145.12º | 0.61% | 0.59% | - |
| HSV(B) | 145.12º | 0.6% | 0.84% | - |
| XYZ | 32.45 | 51.89 | 32.73 | - |
| YUV | 166.88 | 112.26 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 139 | 0.60 | 0 | 0.35 | 0.16 | 145.12 | 0.61 | 0.59 |
| Hex | 55 | D6 | 8B | 3C | 0 | 23 | 10 | 91 | 3D | 3B |
| Octal | 125 | 326 | 213 | 74 | 0 | 43 | 20 | 221 | 75 | 73 |
| Binary | 1010101 | 11010110 | 10001011 | 111100 | 0 | 100011 | 10000 | 10010001 | 111101 | 111011 |
Color Harmonies of #55D68B
Complementary color
Monochromatic Colors of #55D68B
Black with #55D68B
Text Example
Text Example
White with #55D68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D68B; }
p { color: rgb(85,214,139); }
H1.HeaderClassName
{
color: #55D68B;
}
.AnyTagClassName
{
color: #55D68B;
}
</style>
background-color css
<style>
a { background-color: #55D68B; }
a { background-color: rgb(85,214,139); }
div.DivClassName
{
background-color: #55D68B;
}
.BgClassName
{
background-color: #55D68B;
}
</style>
border-color css
<style>
span { border-color: #55D68B; }
span { border-color: rgb(85,214,139); }
td.TdClassName
{
border-color: #55D68B;
}
.TagClassName
{
border-color: #55D68B;
}
</style>