Shades of Emerald #55D166
Tints of Emerald #55D166
RGB
CMYK
RGB Variations
Color information
#55D166 (or 0x55D166) is known color: Emerald. HEX triplet: 55, D1 and 66. RGB value is (85,209,102). Sum of RGB (Red+Green+Blue) = 85+209+102=396 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.46% from 396); Green value is 209 (82.03% from 255 or 52.78% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 209 - color contains mainly: green. Hex color #55D166 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55D166 is #AA2E99. Grayscale: #A0A0A0. Windows color (decimal): -11153050 or 6738261. OLE color: 6738261.
HSL color Cylindrical-coordinate representation of color #55D166: hue angle of 128.23º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D166 is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 209 | 102 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.18 |
| HSL | 128.23º | 0.57% | 0.58% | - |
| HSV(B) | 128.23º | 0.59% | 0.82% | - |
| XYZ | 28.95 | 48.49 | 20.4 | - |
| YUV | 159.73 | 95.42 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 209 | 102 | 0.59 | 0 | 0.51 | 0.18 | 128.23 | 0.57 | 0.58 |
| Hex | 55 | D1 | 66 | 3B | 0 | 33 | 12 | 80 | 39 | 3A |
| Octal | 125 | 321 | 146 | 73 | 0 | 63 | 22 | 200 | 71 | 72 |
| Binary | 1010101 | 11010001 | 1100110 | 111011 | 0 | 110011 | 10010 | 10000000 | 111001 | 111010 |
Color Harmonies of #55D166
Complementary color
Monochromatic Colors of #55D166
Black with #55D166
Text Example
Text Example
White with #55D166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D166; }
p { color: rgb(85,209,102); }
H1.HeaderClassName
{
color: #55D166;
}
.AnyTagClassName
{
color: #55D166;
}
</style>
background-color css
<style>
a { background-color: #55D166; }
a { background-color: rgb(85,209,102); }
div.DivClassName
{
background-color: #55D166;
}
.BgClassName
{
background-color: #55D166;
}
</style>
border-color css
<style>
span { border-color: #55D166; }
span { border-color: rgb(85,209,102); }
td.TdClassName
{
border-color: #55D166;
}
.TagClassName
{
border-color: #55D166;
}
</style>