Shades of Emerald #57DC7B
Tints of Emerald #57DC7B
RGB
CMYK
RGB Variations
Color information
#57DC7B (or 0x57DC7B) is known color: Emerald. HEX triplet: 57, DC and 7B. RGB value is (87,220,123). Sum of RGB (Red+Green+Blue) = 87+220+123=430 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.23% from 430); Green value is 220 (86.33% from 255 or 51.16% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 220 - color contains mainly: green. Hex color #57DC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57DC7B is #A82384. Grayscale: #A9A9A9. Windows color (decimal): -11019141 or 8117335. OLE color: 8117335.
HSL color Cylindrical-coordinate representation of color #57DC7B: hue angle of 136.24º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57DC7B is Cyan = 0.60, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 220 | 123 | - |
| CMYK | 0.60 | 0 | 0.44 | 0.14 |
| HSL | 136.24º | 0.66% | 0.6% | - |
| HSV(B) | 136.24º | 0.6% | 0.86% | - |
| XYZ | 33.1 | 54.64 | 27.54 | - |
| YUV | 169.18 | 101.94 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 220 | 123 | 0.60 | 0 | 0.44 | 0.14 | 136.24 | 0.66 | 0.6 |
| Hex | 57 | DC | 7B | 3C | 0 | 2C | E | 88 | 42 | 3C |
| Octal | 127 | 334 | 173 | 74 | 0 | 54 | 16 | 210 | 102 | 74 |
| Binary | 1010111 | 11011100 | 1111011 | 111100 | 0 | 101100 | 1110 | 10001000 | 1000010 | 111100 |
Color Harmonies of #57DC7B
Complementary color
Monochromatic Colors of #57DC7B
Black with #57DC7B
Text Example
Text Example
White with #57DC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DC7B; }
p { color: rgb(87,220,123); }
H1.HeaderClassName
{
color: #57DC7B;
}
.AnyTagClassName
{
color: #57DC7B;
}
</style>
background-color css
<style>
a { background-color: #57DC7B; }
a { background-color: rgb(87,220,123); }
div.DivClassName
{
background-color: #57DC7B;
}
.BgClassName
{
background-color: #57DC7B;
}
</style>
border-color css
<style>
span { border-color: #57DC7B; }
span { border-color: rgb(87,220,123); }
td.TdClassName
{
border-color: #57DC7B;
}
.TagClassName
{
border-color: #57DC7B;
}
</style>