Shades of Emerald #32EA7B
Tints of Emerald #32EA7B
RGB
CMYK
RGB Variations
Color information
#32EA7B (or 0x32EA7B) is known color: Emerald. HEX triplet: 32, EA and 7B. RGB value is (50,234,123). Sum of RGB (Red+Green+Blue) = 50+234+123=407 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.29% from 407); Green value is 234 (91.80% from 255 or 57.49% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 234 - color contains mainly: green. Hex color #32EA7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EA7B is #CD1584. Grayscale: #A6A6A6. Windows color (decimal): -13440389 or 8120882. OLE color: 8120882.
HSL color Cylindrical-coordinate representation of color #32EA7B: hue angle of 143.8º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EA7B is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 123 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.08 |
| HSL | 143.8º | 0.81% | 0.56% | - |
| HSV(B) | 143.8º | 0.79% | 0.92% | - |
| XYZ | 34.31 | 60.95 | 28.7 | - |
| YUV | 166.33 | 103.54 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 123 | 0.79 | 0 | 0.47 | 0.08 | 143.8 | 0.81 | 0.56 |
| Hex | 32 | EA | 7B | 4F | 0 | 2F | 8 | 90 | 51 | 38 |
| Octal | 62 | 352 | 173 | 117 | 0 | 57 | 10 | 220 | 121 | 70 |
| Binary | 110010 | 11101010 | 1111011 | 1001111 | 0 | 101111 | 1000 | 10010000 | 1010001 | 111000 |
Color Harmonies of #32EA7B
Complementary color
Monochromatic Colors of #32EA7B
Black with #32EA7B
Text Example
Text Example
White with #32EA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EA7B; }
p { color: rgb(50,234,123); }
H1.HeaderClassName
{
color: #32EA7B;
}
.AnyTagClassName
{
color: #32EA7B;
}
</style>
background-color css
<style>
a { background-color: #32EA7B; }
a { background-color: rgb(50,234,123); }
div.DivClassName
{
background-color: #32EA7B;
}
.BgClassName
{
background-color: #32EA7B;
}
</style>
border-color css
<style>
span { border-color: #32EA7B; }
span { border-color: rgb(50,234,123); }
td.TdClassName
{
border-color: #32EA7B;
}
.TagClassName
{
border-color: #32EA7B;
}
</style>