Shades of Emerald #32D45E
Tints of Emerald #32D45E
RGB
CMYK
RGB Variations
Color information
#32D45E (or 0x32D45E) is known color: Emerald. HEX triplet: 32, D4 and 5E. RGB value is (50,212,94). Sum of RGB (Red+Green+Blue) = 50+212+94=356 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.04% from 356); Green value is 212 (83.20% from 255 or 59.55% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 212 - color contains mainly: green. Hex color #32D45E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D45E is #CD2BA1. Grayscale: #969696. Windows color (decimal): -13446050 or 6214706. OLE color: 6214706.
HSL color Cylindrical-coordinate representation of color #32D45E: hue angle of 136.3º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D45E is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 212 | 94 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.17 |
| HSL | 136.3º | 0.65% | 0.51% | - |
| HSV(B) | 136.3º | 0.76% | 0.83% | - |
| XYZ | 26.88 | 48.57 | 18.55 | - |
| YUV | 150.11 | 96.33 | 56.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 212 | 94 | 0.76 | 0 | 0.56 | 0.17 | 136.3 | 0.65 | 0.51 |
| Hex | 32 | D4 | 5E | 4C | 0 | 38 | 11 | 88 | 41 | 33 |
| Octal | 62 | 324 | 136 | 114 | 0 | 70 | 21 | 210 | 101 | 63 |
| Binary | 110010 | 11010100 | 1011110 | 1001100 | 0 | 111000 | 10001 | 10001000 | 1000001 | 110011 |
Color Harmonies of #32D45E
Complementary color
Monochromatic Colors of #32D45E
Black with #32D45E
Text Example
Text Example
White with #32D45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D45E; }
p { color: rgb(50,212,94); }
H1.HeaderClassName
{
color: #32D45E;
}
.AnyTagClassName
{
color: #32D45E;
}
</style>
background-color css
<style>
a { background-color: #32D45E; }
a { background-color: rgb(50,212,94); }
div.DivClassName
{
background-color: #32D45E;
}
.BgClassName
{
background-color: #32D45E;
}
</style>
border-color css
<style>
span { border-color: #32D45E; }
span { border-color: rgb(50,212,94); }
td.TdClassName
{
border-color: #32D45E;
}
.TagClassName
{
border-color: #32D45E;
}
</style>