Shades of Emerald #55DA7D
Tints of Emerald #55DA7D
RGB
CMYK
RGB Variations
Color information
#55DA7D (or 0x55DA7D) is known color: Emerald. HEX triplet: 55, DA and 7D. RGB value is (85,218,125). Sum of RGB (Red+Green+Blue) = 85+218+125=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 218 (85.55% from 255 or 50.93% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DA7D is #AA2582. Grayscale: #A7A7A7. Windows color (decimal): -11150723 or 8247893. OLE color: 8247893.
HSL color Cylindrical-coordinate representation of color #55DA7D: hue angle of 138.05º 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 #55DA7D is Cyan = 0.61, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 125 | - |
| CMYK | 0.61 | 0 | 0.43 | 0.15 |
| HSL | 138.05º | 0.64% | 0.59% | - |
| HSV(B) | 138.05º | 0.61% | 0.85% | - |
| XYZ | 32.52 | 53.55 | 28.03 | - |
| YUV | 167.63 | 103.94 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 125 | 0.61 | 0 | 0.43 | 0.15 | 138.05 | 0.64 | 0.59 |
| Hex | 55 | DA | 7D | 3D | 0 | 2B | F | 8A | 40 | 3B |
| Octal | 125 | 332 | 175 | 75 | 0 | 53 | 17 | 212 | 100 | 73 |
| Binary | 1010101 | 11011010 | 1111101 | 111101 | 0 | 101011 | 1111 | 10001010 | 1000000 | 111011 |
Color Harmonies of #55DA7D
Complementary color
Monochromatic Colors of #55DA7D
Black with #55DA7D
Text Example
Text Example
White with #55DA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DA7D; }
p { color: rgb(85,218,125); }
H1.HeaderClassName
{
color: #55DA7D;
}
.AnyTagClassName
{
color: #55DA7D;
}
</style>
background-color css
<style>
a { background-color: #55DA7D; }
a { background-color: rgb(85,218,125); }
div.DivClassName
{
background-color: #55DA7D;
}
.BgClassName
{
background-color: #55DA7D;
}
</style>
border-color css
<style>
span { border-color: #55DA7D; }
span { border-color: rgb(85,218,125); }
td.TdClassName
{
border-color: #55DA7D;
}
.TagClassName
{
border-color: #55DA7D;
}
</style>