Shades of Emerald #57DA74
Tints of Emerald #57DA74
RGB
CMYK
RGB Variations
Color information
#57DA74 (or 0x57DA74) is known color: Emerald. HEX triplet: 57, DA and 74. RGB value is (87,218,116). Sum of RGB (Red+Green+Blue) = 87+218+116=421 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.67% from 421); Green value is 218 (85.55% from 255 or 51.78% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 218 - color contains mainly: green. Hex color #57DA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #57DA74 is #A8258B. Grayscale: #A7A7A7. Windows color (decimal): -11019660 or 7658071. OLE color: 7658071.
HSL color Cylindrical-coordinate representation of color #57DA74: hue angle of 133.28º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #57DA74 is Cyan = 0.60, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 218 | 116 | - |
| CMYK | 0.60 | 0 | 0.47 | 0.15 |
| HSL | 133.28º | 0.64% | 0.6% | - |
| HSV(B) | 133.28º | 0.6% | 0.85% | - |
| XYZ | 32.15 | 53.43 | 25.14 | - |
| YUV | 167.2 | 99.1 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 218 | 116 | 0.60 | 0 | 0.47 | 0.15 | 133.28 | 0.64 | 0.6 |
| Hex | 57 | DA | 74 | 3C | 0 | 2F | F | 85 | 40 | 3C |
| Octal | 127 | 332 | 164 | 74 | 0 | 57 | 17 | 205 | 100 | 74 |
| Binary | 1010111 | 11011010 | 1110100 | 111100 | 0 | 101111 | 1111 | 10000101 | 1000000 | 111100 |
Color Harmonies of #57DA74
Complementary color
Monochromatic Colors of #57DA74
Black with #57DA74
Text Example
Text Example
White with #57DA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57DA74; }
p { color: rgb(87,218,116); }
H1.HeaderClassName
{
color: #57DA74;
}
.AnyTagClassName
{
color: #57DA74;
}
</style>
background-color css
<style>
a { background-color: #57DA74; }
a { background-color: rgb(87,218,116); }
div.DivClassName
{
background-color: #57DA74;
}
.BgClassName
{
background-color: #57DA74;
}
</style>
border-color css
<style>
span { border-color: #57DA74; }
span { border-color: rgb(87,218,116); }
td.TdClassName
{
border-color: #57DA74;
}
.TagClassName
{
border-color: #57DA74;
}
</style>