Shades of Emerald #55DF7B
Tints of Emerald #55DF7B
RGB
CMYK
RGB Variations
Color information
#55DF7B (or 0x55DF7B) is known color: Emerald. HEX triplet: 55, DF and 7B. RGB value is (85,223,123). Sum of RGB (Red+Green+Blue) = 85+223+123=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DF7B is #AA2084. Grayscale: #AAAAAA. Windows color (decimal): -11149445 or 8118101. OLE color: 8118101.
HSL color Cylindrical-coordinate representation of color #55DF7B: hue angle of 136.52º degrees, saturation: 0.68, 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 #55DF7B is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 123 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.13 |
| HSL | 136.52º | 0.68% | 0.6% | - |
| HSV(B) | 136.52º | 0.62% | 0.87% | - |
| XYZ | 33.71 | 56.14 | 27.8 | - |
| YUV | 170.34 | 101.28 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 123 | 0.62 | 0 | 0.45 | 0.13 | 136.52 | 0.68 | 0.6 |
| Hex | 55 | DF | 7B | 3E | 0 | 2D | D | 89 | 44 | 3C |
| Octal | 125 | 337 | 173 | 76 | 0 | 55 | 15 | 211 | 104 | 74 |
| Binary | 1010101 | 11011111 | 1111011 | 111110 | 0 | 101101 | 1101 | 10001001 | 1000100 | 111100 |
Color Harmonies of #55DF7B
Complementary color
Monochromatic Colors of #55DF7B
Black with #55DF7B
Text Example
Text Example
White with #55DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DF7B; }
p { color: rgb(85,223,123); }
H1.HeaderClassName
{
color: #55DF7B;
}
.AnyTagClassName
{
color: #55DF7B;
}
</style>
background-color css
<style>
a { background-color: #55DF7B; }
a { background-color: rgb(85,223,123); }
div.DivClassName
{
background-color: #55DF7B;
}
.BgClassName
{
background-color: #55DF7B;
}
</style>
border-color css
<style>
span { border-color: #55DF7B; }
span { border-color: rgb(85,223,123); }
td.TdClassName
{
border-color: #55DF7B;
}
.TagClassName
{
border-color: #55DF7B;
}
</style>