Shades of Emerald #55D675
Tints of Emerald #55D675
RGB
CMYK
RGB Variations
Color information
#55D675 (or 0x55D675) is known color: Emerald. HEX triplet: 55, D6 and 75. RGB value is (85,214,117). Sum of RGB (Red+Green+Blue) = 85+214+117=416 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.43% from 416); Green value is 214 (83.98% from 255 or 51.44% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 214 - color contains mainly: green. Hex color #55D675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D675 is #AA298A. Grayscale: #A4A4A4. Windows color (decimal): -11151755 or 7722581. OLE color: 7722581.
HSL color Cylindrical-coordinate representation of color #55D675: hue angle of 134.88º 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 #55D675 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 117 | - |
| CMYK | 0.60 | 0 | 0.45 | 0.16 |
| HSL | 134.88º | 0.61% | 0.59% | - |
| HSV(B) | 134.88º | 0.6% | 0.84% | - |
| XYZ | 31 | 51.31 | 25.1 | - |
| YUV | 164.37 | 101.26 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 117 | 0.60 | 0 | 0.45 | 0.16 | 134.88 | 0.61 | 0.59 |
| Hex | 55 | D6 | 75 | 3C | 0 | 2D | 10 | 87 | 3D | 3B |
| Octal | 125 | 326 | 165 | 74 | 0 | 55 | 20 | 207 | 75 | 73 |
| Binary | 1010101 | 11010110 | 1110101 | 111100 | 0 | 101101 | 10000 | 10000111 | 111101 | 111011 |
Color Harmonies of #55D675
Complementary color
Monochromatic Colors of #55D675
Black with #55D675
Text Example
Text Example
White with #55D675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D675; }
p { color: rgb(85,214,117); }
H1.HeaderClassName
{
color: #55D675;
}
.AnyTagClassName
{
color: #55D675;
}
</style>
background-color css
<style>
a { background-color: #55D675; }
a { background-color: rgb(85,214,117); }
div.DivClassName
{
background-color: #55D675;
}
.BgClassName
{
background-color: #55D675;
}
</style>
border-color css
<style>
span { border-color: #55D675; }
span { border-color: rgb(85,214,117); }
td.TdClassName
{
border-color: #55D675;
}
.TagClassName
{
border-color: #55D675;
}
</style>