Shades of Emerald #32E575
Tints of Emerald #32E575
RGB
CMYK
RGB Variations
Color information
#32E575 (or 0x32E575) is known color: Emerald. HEX triplet: 32, E5 and 75. RGB value is (50,229,117). Sum of RGB (Red+Green+Blue) = 50+229+117=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 229 (89.84% from 255 or 57.83% from 396); Blue value is 117 (46.09% from 255 or 29.55% from 396); Max value from RGB is 229 - color contains mainly: green. Hex color #32E575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E575 is #CD1A8A. Grayscale: #A2A2A2. Windows color (decimal): -13441675 or 7726386. OLE color: 7726386.
HSL color Cylindrical-coordinate representation of color #32E575: hue angle of 142.46º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E575 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 229 | 117 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.10 |
| HSL | 142.46º | 0.77% | 0.55% | - |
| HSV(B) | 142.46º | 0.78% | 0.9% | - |
| XYZ | 32.55 | 58 | 26.31 | - |
| YUV | 162.71 | 102.2 | 47.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 229 | 117 | 0.78 | 0 | 0.49 | 0.10 | 142.46 | 0.77 | 0.55 |
| Hex | 32 | E5 | 75 | 4E | 0 | 31 | A | 8E | 4D | 37 |
| Octal | 62 | 345 | 165 | 116 | 0 | 61 | 12 | 216 | 115 | 67 |
| Binary | 110010 | 11100101 | 1110101 | 1001110 | 0 | 110001 | 1010 | 10001110 | 1001101 | 110111 |
Color Harmonies of #32E575
Complementary color
Monochromatic Colors of #32E575
Black with #32E575
Text Example
Text Example
White with #32E575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E575; }
p { color: rgb(50,229,117); }
H1.HeaderClassName
{
color: #32E575;
}
.AnyTagClassName
{
color: #32E575;
}
</style>
background-color css
<style>
a { background-color: #32E575; }
a { background-color: rgb(50,229,117); }
div.DivClassName
{
background-color: #32E575;
}
.BgClassName
{
background-color: #32E575;
}
</style>
border-color css
<style>
span { border-color: #32E575; }
span { border-color: rgb(50,229,117); }
td.TdClassName
{
border-color: #32E575;
}
.TagClassName
{
border-color: #32E575;
}
</style>