Shades of Emerald #32E574
Tints of Emerald #32E574
RGB
CMYK
RGB Variations
Color information
#32E574 (or 0x32E574) is known color: Emerald. HEX triplet: 32, E5 and 74. RGB value is (50,229,116). Sum of RGB (Red+Green+Blue) = 50+229+116=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 229 (89.84% from 255 or 57.97% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 229 - color contains mainly: green. Hex color #32E574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E574 is #CD1A8B. Grayscale: #A2A2A2. Windows color (decimal): -13441676 or 7660850. OLE color: 7660850.
HSL color Cylindrical-coordinate representation of color #32E574: hue angle of 142.12º 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 #32E574 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 229 | 116 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.10 |
| HSL | 142.12º | 0.77% | 0.55% | - |
| HSV(B) | 142.12º | 0.78% | 0.9% | - |
| XYZ | 32.49 | 57.98 | 26 | - |
| YUV | 162.6 | 101.7 | 47.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 229 | 116 | 0.78 | 0 | 0.49 | 0.10 | 142.12 | 0.77 | 0.55 |
| Hex | 32 | E5 | 74 | 4E | 0 | 31 | A | 8E | 4D | 37 |
| Octal | 62 | 345 | 164 | 116 | 0 | 61 | 12 | 216 | 115 | 67 |
| Binary | 110010 | 11100101 | 1110100 | 1001110 | 0 | 110001 | 1010 | 10001110 | 1001101 | 110111 |
Color Harmonies of #32E574
Complementary color
Monochromatic Colors of #32E574
Black with #32E574
Text Example
Text Example
White with #32E574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E574; }
p { color: rgb(50,229,116); }
H1.HeaderClassName
{
color: #32E574;
}
.AnyTagClassName
{
color: #32E574;
}
</style>
background-color css
<style>
a { background-color: #32E574; }
a { background-color: rgb(50,229,116); }
div.DivClassName
{
background-color: #32E574;
}
.BgClassName
{
background-color: #32E574;
}
</style>
border-color css
<style>
span { border-color: #32E574; }
span { border-color: rgb(50,229,116); }
td.TdClassName
{
border-color: #32E574;
}
.TagClassName
{
border-color: #32E574;
}
</style>