Shades of Emerald #57DD68
Tints of Emerald #57DD68
RGB
CMYK
RGB Variations
Color information
#57DD68 (or 0x57DD68) is known color: Emerald. HEX triplet: 57, DD and 68. RGB value is (87,221,104). Sum of RGB (Red+Green+Blue) = 87+221+104=412 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.12% from 412); Green value is 221 (86.72% from 255 or 53.64% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 221 - color contains mainly: green. Hex color #57DD68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57DD68 is #A82297. Grayscale: #A7A7A7. Windows color (decimal): -11018904 or 6872407. OLE color: 6872407.
HSL color Cylindrical-coordinate representation of color #57DD68: hue angle of 127.61º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #57DD68 is Cyan = 0.61, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 221 | 104 | - |
| CMYK | 0.61 | 0 | 0.53 | 0.13 |
| HSL | 127.61º | 0.66% | 0.6% | - |
| HSV(B) | 127.61º | 0.61% | 0.87% | - |
| XYZ | 32.29 | 54.74 | 21.96 | - |
| YUV | 167.6 | 92.11 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 221 | 104 | 0.61 | 0 | 0.53 | 0.13 | 127.61 | 0.66 | 0.6 |
| Hex | 57 | DD | 68 | 3D | 0 | 35 | D | 80 | 42 | 3C |
| Octal | 127 | 335 | 150 | 75 | 0 | 65 | 15 | 200 | 102 | 74 |
| Binary | 1010111 | 11011101 | 1101000 | 111101 | 0 | 110101 | 1101 | 10000000 | 1000010 | 111100 |
Color Harmonies of #57DD68
Complementary color
Monochromatic Colors of #57DD68
Black with #57DD68
Text Example
Text Example
White with #57DD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DD68; }
p { color: rgb(87,221,104); }
H1.HeaderClassName
{
color: #57DD68;
}
.AnyTagClassName
{
color: #57DD68;
}
</style>
background-color css
<style>
a { background-color: #57DD68; }
a { background-color: rgb(87,221,104); }
div.DivClassName
{
background-color: #57DD68;
}
.BgClassName
{
background-color: #57DD68;
}
</style>
border-color css
<style>
span { border-color: #57DD68; }
span { border-color: rgb(87,221,104); }
td.TdClassName
{
border-color: #57DD68;
}
.TagClassName
{
border-color: #57DD68;
}
</style>