Shades of Emerald #32DA74
Tints of Emerald #32DA74
RGB
CMYK
RGB Variations
Color information
#32DA74 (or 0x32DA74) is known color: Emerald. HEX triplet: 32, DA and 74. RGB value is (50,218,116). Sum of RGB (Red+Green+Blue) = 50+218+116=384 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.02% from 384); Green value is 218 (85.55% from 255 or 56.77% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 218 - color contains mainly: green. Hex color #32DA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DA74 is #CD258B. Grayscale: #9C9C9C. Windows color (decimal): -13444492 or 7658034. OLE color: 7658034.
HSL color Cylindrical-coordinate representation of color #32DA74: hue angle of 143.57º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DA74 is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 116 | - |
| CMYK | 0.77 | 0 | 0.47 | 0.15 |
| HSL | 143.57º | 0.69% | 0.53% | - |
| HSV(B) | 143.57º | 0.77% | 0.85% | - |
| XYZ | 29.54 | 52.08 | 25.02 | - |
| YUV | 156.14 | 105.34 | 52.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 116 | 0.77 | 0 | 0.47 | 0.15 | 143.57 | 0.69 | 0.53 |
| Hex | 32 | DA | 74 | 4D | 0 | 2F | F | 90 | 45 | 35 |
| Octal | 62 | 332 | 164 | 115 | 0 | 57 | 17 | 220 | 105 | 65 |
| Binary | 110010 | 11011010 | 1110100 | 1001101 | 0 | 101111 | 1111 | 10010000 | 1000101 | 110101 |
Color Harmonies of #32DA74
Complementary color
Monochromatic Colors of #32DA74
Black with #32DA74
Text Example
Text Example
White with #32DA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DA74; }
p { color: rgb(50,218,116); }
H1.HeaderClassName
{
color: #32DA74;
}
.AnyTagClassName
{
color: #32DA74;
}
</style>
background-color css
<style>
a { background-color: #32DA74; }
a { background-color: rgb(50,218,116); }
div.DivClassName
{
background-color: #32DA74;
}
.BgClassName
{
background-color: #32DA74;
}
</style>
border-color css
<style>
span { border-color: #32DA74; }
span { border-color: rgb(50,218,116); }
td.TdClassName
{
border-color: #32DA74;
}
.TagClassName
{
border-color: #32DA74;
}
</style>