Shades of Emerald #32D45F
Tints of Emerald #32D45F
RGB
CMYK
RGB Variations
Color information
#32D45F (or 0x32D45F) is known color: Emerald. HEX triplet: 32, D4 and 5F. RGB value is (50,212,95). Sum of RGB (Red+Green+Blue) = 50+212+95=357 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.01% from 357); Green value is 212 (83.20% from 255 or 59.38% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 212 - color contains mainly: green. Hex color #32D45F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D45F is #CD2BA0. Grayscale: #969696. Windows color (decimal): -13446049 or 6280242. OLE color: 6280242.
HSL color Cylindrical-coordinate representation of color #32D45F: hue angle of 136.67º 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 #32D45F is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 212 | 95 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.17 |
| HSL | 136.67º | 0.65% | 0.51% | - |
| HSV(B) | 136.67º | 0.76% | 0.83% | - |
| XYZ | 26.92 | 48.59 | 18.79 | - |
| YUV | 150.22 | 96.83 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 212 | 95 | 0.76 | 0 | 0.55 | 0.17 | 136.67 | 0.65 | 0.51 |
| Hex | 32 | D4 | 5F | 4C | 0 | 37 | 11 | 89 | 41 | 33 |
| Octal | 62 | 324 | 137 | 114 | 0 | 67 | 21 | 211 | 101 | 63 |
| Binary | 110010 | 11010100 | 1011111 | 1001100 | 0 | 110111 | 10001 | 10001001 | 1000001 | 110011 |
Color Harmonies of #32D45F
Complementary color
Monochromatic Colors of #32D45F
Black with #32D45F
Text Example
Text Example
White with #32D45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D45F; }
p { color: rgb(50,212,95); }
H1.HeaderClassName
{
color: #32D45F;
}
.AnyTagClassName
{
color: #32D45F;
}
</style>
background-color css
<style>
a { background-color: #32D45F; }
a { background-color: rgb(50,212,95); }
div.DivClassName
{
background-color: #32D45F;
}
.BgClassName
{
background-color: #32D45F;
}
</style>
border-color css
<style>
span { border-color: #32D45F; }
span { border-color: rgb(50,212,95); }
td.TdClassName
{
border-color: #32D45F;
}
.TagClassName
{
border-color: #32D45F;
}
</style>