Shades of Emerald #32E674
Tints of Emerald #32E674
RGB
CMYK
RGB Variations
Color information
#32E674 (or 0x32E674) is known color: Emerald. HEX triplet: 32, E6 and 74. RGB value is (50,230,116). Sum of RGB (Red+Green+Blue) = 50+230+116=396 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.63% from 396); Green value is 230 (90.23% from 255 or 58.08% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 230 - color contains mainly: green. Hex color #32E674 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32E674 is #CD198B. Grayscale: #A3A3A3. Windows color (decimal): -13441420 or 7661106. OLE color: 7661106.
HSL color Cylindrical-coordinate representation of color #32E674: hue angle of 142º degrees, saturation: 0.78, 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 #32E674 is Cyan = 0.78, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 230 | 116 | - |
| CMYK | 0.78 | 0 | 0.50 | 0.10 |
| HSL | 142º | 0.78% | 0.55% | - |
| HSV(B) | 142º | 0.78% | 0.9% | - |
| XYZ | 32.76 | 58.53 | 26.09 | - |
| YUV | 163.18 | 101.37 | 47.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 230 | 116 | 0.78 | 0 | 0.50 | 0.10 | 142 | 0.78 | 0.55 |
| Hex | 32 | E6 | 74 | 4E | 0 | 32 | A | 8E | 4E | 37 |
| Octal | 62 | 346 | 164 | 116 | 0 | 62 | 12 | 216 | 116 | 67 |
| Binary | 110010 | 11100110 | 1110100 | 1001110 | 0 | 110010 | 1010 | 10001110 | 1001110 | 110111 |
Color Harmonies of #32E674
Complementary color
Monochromatic Colors of #32E674
Black with #32E674
Text Example
Text Example
White with #32E674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E674; }
p { color: rgb(50,230,116); }
H1.HeaderClassName
{
color: #32E674;
}
.AnyTagClassName
{
color: #32E674;
}
</style>
background-color css
<style>
a { background-color: #32E674; }
a { background-color: rgb(50,230,116); }
div.DivClassName
{
background-color: #32E674;
}
.BgClassName
{
background-color: #32E674;
}
</style>
border-color css
<style>
span { border-color: #32E674; }
span { border-color: rgb(50,230,116); }
td.TdClassName
{
border-color: #32E674;
}
.TagClassName
{
border-color: #32E674;
}
</style>