Shades of Emerald #55D668
Tints of Emerald #55D668
RGB
CMYK
RGB Variations
Color information
#55D668 (or 0x55D668) is known color: Emerald. HEX triplet: 55, D6 and 68. RGB value is (85,214,104). Sum of RGB (Red+Green+Blue) = 85+214+104=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #55D668 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D668 is #AA2997. Grayscale: #A3A3A3. Windows color (decimal): -11151768 or 6870613. OLE color: 6870613.
HSL color Cylindrical-coordinate representation of color #55D668: hue angle of 128.84º 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 #55D668 is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 104 | - |
| CMYK | 0.60 | 0 | 0.51 | 0.16 |
| HSL | 128.84º | 0.61% | 0.59% | - |
| HSV(B) | 128.84º | 0.6% | 0.84% | - |
| XYZ | 30.29 | 51.02 | 21.35 | - |
| YUV | 162.89 | 94.76 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 104 | 0.60 | 0 | 0.51 | 0.16 | 128.84 | 0.61 | 0.59 |
| Hex | 55 | D6 | 68 | 3C | 0 | 33 | 10 | 81 | 3D | 3B |
| Octal | 125 | 326 | 150 | 74 | 0 | 63 | 20 | 201 | 75 | 73 |
| Binary | 1010101 | 11010110 | 1101000 | 111100 | 0 | 110011 | 10000 | 10000001 | 111101 | 111011 |
Color Harmonies of #55D668
Complementary color
Monochromatic Colors of #55D668
Black with #55D668
Text Example
Text Example
White with #55D668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D668; }
p { color: rgb(85,214,104); }
H1.HeaderClassName
{
color: #55D668;
}
.AnyTagClassName
{
color: #55D668;
}
</style>
background-color css
<style>
a { background-color: #55D668; }
a { background-color: rgb(85,214,104); }
div.DivClassName
{
background-color: #55D668;
}
.BgClassName
{
background-color: #55D668;
}
</style>
border-color css
<style>
span { border-color: #55D668; }
span { border-color: rgb(85,214,104); }
td.TdClassName
{
border-color: #55D668;
}
.TagClassName
{
border-color: #55D668;
}
</style>