Shades of Emerald #55DD6D
Tints of Emerald #55DD6D
RGB
CMYK
RGB Variations
Color information
#55DD6D (or 0x55DD6D) is known color: Emerald. HEX triplet: 55, DD and 6D. RGB value is (85,221,109). Sum of RGB (Red+Green+Blue) = 85+221+109=415 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.48% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DD6D is #AA2292. Grayscale: #A7A7A7. Windows color (decimal): -11149971 or 7200085. OLE color: 7200085.
HSL color Cylindrical-coordinate representation of color #55DD6D: hue angle of 130.59º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DD6D is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 221 | 109 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.13 |
| HSL | 130.59º | 0.67% | 0.6% | - |
| HSV(B) | 130.59º | 0.62% | 0.87% | - |
| XYZ | 32.36 | 54.75 | 23.33 | - |
| YUV | 167.57 | 94.94 | 69.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 109 | 0.62 | 0 | 0.51 | 0.13 | 130.59 | 0.67 | 0.6 |
| Hex | 55 | DD | 6D | 3E | 0 | 33 | D | 83 | 43 | 3C |
| Octal | 125 | 335 | 155 | 76 | 0 | 63 | 15 | 203 | 103 | 74 |
| Binary | 1010101 | 11011101 | 1101101 | 111110 | 0 | 110011 | 1101 | 10000011 | 1000011 | 111100 |
Color Harmonies of #55DD6D
Complementary color
Monochromatic Colors of #55DD6D
Black with #55DD6D
Text Example
Text Example
White with #55DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DD6D; }
p { color: rgb(85,221,109); }
H1.HeaderClassName
{
color: #55DD6D;
}
.AnyTagClassName
{
color: #55DD6D;
}
</style>
background-color css
<style>
a { background-color: #55DD6D; }
a { background-color: rgb(85,221,109); }
div.DivClassName
{
background-color: #55DD6D;
}
.BgClassName
{
background-color: #55DD6D;
}
</style>
border-color css
<style>
span { border-color: #55DD6D; }
span { border-color: rgb(85,221,109); }
td.TdClassName
{
border-color: #55DD6D;
}
.TagClassName
{
border-color: #55DD6D;
}
</style>