Shades of Emerald #55D677
Tints of Emerald #55D677
RGB
CMYK
RGB Variations
Color information
#55D677 (or 0x55D677) is known color: Emerald. HEX triplet: 55, D6 and 77. RGB value is (85,214,119). Sum of RGB (Red+Green+Blue) = 85+214+119=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #55D677 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D677 is #AA2988. Grayscale: #A4A4A4. Windows color (decimal): -11151753 or 7853653. OLE color: 7853653.
HSL color Cylindrical-coordinate representation of color #55D677: hue angle of 135.81º 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 #55D677 is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 119 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.16 |
| HSL | 135.81º | 0.61% | 0.59% | - |
| HSV(B) | 135.81º | 0.6% | 0.84% | - |
| XYZ | 31.12 | 51.36 | 25.73 | - |
| YUV | 164.6 | 102.26 | 71.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 119 | 0.60 | 0 | 0.44 | 0.16 | 135.81 | 0.61 | 0.59 |
| Hex | 55 | D6 | 77 | 3C | 0 | 2C | 10 | 88 | 3D | 3B |
| Octal | 125 | 326 | 167 | 74 | 0 | 54 | 20 | 210 | 75 | 73 |
| Binary | 1010101 | 11010110 | 1110111 | 111100 | 0 | 101100 | 10000 | 10001000 | 111101 | 111011 |
Color Harmonies of #55D677
Complementary color
Monochromatic Colors of #55D677
Black with #55D677
Text Example
Text Example
White with #55D677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D677; }
p { color: rgb(85,214,119); }
H1.HeaderClassName
{
color: #55D677;
}
.AnyTagClassName
{
color: #55D677;
}
</style>
background-color css
<style>
a { background-color: #55D677; }
a { background-color: rgb(85,214,119); }
div.DivClassName
{
background-color: #55D677;
}
.BgClassName
{
background-color: #55D677;
}
</style>
border-color css
<style>
span { border-color: #55D677; }
span { border-color: rgb(85,214,119); }
td.TdClassName
{
border-color: #55D677;
}
.TagClassName
{
border-color: #55D677;
}
</style>