Shades of Emerald #55DA83
Tints of Emerald #55DA83
RGB
CMYK
RGB Variations
Color information
#55DA83 (or 0x55DA83) is known color: Emerald. HEX triplet: 55, DA and 83. RGB value is (85,218,131). Sum of RGB (Red+Green+Blue) = 85+218+131=434 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.59% from 434); Green value is 218 (85.55% from 255 or 50.23% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DA83 is #AA257C. Grayscale: #A8A8A8. Windows color (decimal): -11150717 or 8641109. OLE color: 8641109.
HSL color Cylindrical-coordinate representation of color #55DA83: hue angle of 140.75º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DA83 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 131 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.15 |
| HSL | 140.75º | 0.64% | 0.59% | - |
| HSV(B) | 140.75º | 0.61% | 0.85% | - |
| XYZ | 32.91 | 53.71 | 30.11 | - |
| YUV | 168.32 | 106.94 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 131 | 0.61 | 0 | 0.40 | 0.15 | 140.75 | 0.64 | 0.59 |
| Hex | 55 | DA | 83 | 3D | 0 | 28 | F | 8D | 40 | 3B |
| Octal | 125 | 332 | 203 | 75 | 0 | 50 | 17 | 215 | 100 | 73 |
| Binary | 1010101 | 11011010 | 10000011 | 111101 | 0 | 101000 | 1111 | 10001101 | 1000000 | 111011 |
Color Harmonies of #55DA83
Complementary color
Monochromatic Colors of #55DA83
Black with #55DA83
Text Example
Text Example
White with #55DA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DA83; }
p { color: rgb(85,218,131); }
H1.HeaderClassName
{
color: #55DA83;
}
.AnyTagClassName
{
color: #55DA83;
}
</style>
background-color css
<style>
a { background-color: #55DA83; }
a { background-color: rgb(85,218,131); }
div.DivClassName
{
background-color: #55DA83;
}
.BgClassName
{
background-color: #55DA83;
}
</style>
border-color css
<style>
span { border-color: #55DA83; }
span { border-color: rgb(85,218,131); }
td.TdClassName
{
border-color: #55DA83;
}
.TagClassName
{
border-color: #55DA83;
}
</style>