Shades of Emerald #32EC7B
Tints of Emerald #32EC7B
RGB
CMYK
RGB Variations
Color information
#32EC7B (or 0x32EC7B) is known color: Emerald. HEX triplet: 32, EC and 7B. RGB value is (50,236,123). Sum of RGB (Red+Green+Blue) = 50+236+123=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 236 (92.58% from 255 or 57.70% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 236 - color contains mainly: green. Hex color #32EC7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EC7B is #CD1384. Grayscale: #A7A7A7. Windows color (decimal): -13439877 or 8121394. OLE color: 8121394.
HSL color Cylindrical-coordinate representation of color #32EC7B: hue angle of 143.55º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EC7B is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 236 | 123 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.07 |
| HSL | 143.55º | 0.83% | 0.56% | - |
| HSV(B) | 143.55º | 0.79% | 0.93% | - |
| XYZ | 34.89 | 62.1 | 28.89 | - |
| YUV | 167.5 | 102.88 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 236 | 123 | 0.79 | 0 | 0.48 | 0.07 | 143.55 | 0.83 | 0.56 |
| Hex | 32 | EC | 7B | 4F | 0 | 30 | 7 | 90 | 53 | 38 |
| Octal | 62 | 354 | 173 | 117 | 0 | 60 | 7 | 220 | 123 | 70 |
| Binary | 110010 | 11101100 | 1111011 | 1001111 | 0 | 110000 | 111 | 10010000 | 1010011 | 111000 |
Color Harmonies of #32EC7B
Complementary color
Monochromatic Colors of #32EC7B
Black with #32EC7B
Text Example
Text Example
White with #32EC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EC7B; }
p { color: rgb(50,236,123); }
H1.HeaderClassName
{
color: #32EC7B;
}
.AnyTagClassName
{
color: #32EC7B;
}
</style>
background-color css
<style>
a { background-color: #32EC7B; }
a { background-color: rgb(50,236,123); }
div.DivClassName
{
background-color: #32EC7B;
}
.BgClassName
{
background-color: #32EC7B;
}
</style>
border-color css
<style>
span { border-color: #32EC7B; }
span { border-color: rgb(50,236,123); }
td.TdClassName
{
border-color: #32EC7B;
}
.TagClassName
{
border-color: #32EC7B;
}
</style>