Shades of Emerald #32EA6E
Tints of Emerald #32EA6E
RGB
CMYK
RGB Variations
Color information
#32EA6E (or 0x32EA6E) is known color: Emerald. HEX triplet: 32, EA and 6E. RGB value is (50,234,110). Sum of RGB (Red+Green+Blue) = 50+234+110=394 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.69% from 394); Green value is 234 (91.80% from 255 or 59.39% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 234 - color contains mainly: green. Hex color #32EA6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EA6E is #CD1591. Grayscale: #A5A5A5. Windows color (decimal): -13440402 or 7268914. OLE color: 7268914.
HSL color Cylindrical-coordinate representation of color #32EA6E: hue angle of 139.57º 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 #32EA6E is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 234 | 110 | - |
| CMYK | 0.79 | 0 | 0.53 | 0.08 |
| HSL | 139.57º | 0.81% | 0.56% | - |
| HSV(B) | 139.57º | 0.79% | 0.92% | - |
| XYZ | 33.55 | 60.65 | 24.69 | - |
| YUV | 164.85 | 97.04 | 46.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 234 | 110 | 0.79 | 0 | 0.53 | 0.08 | 139.57 | 0.81 | 0.56 |
| Hex | 32 | EA | 6E | 4F | 0 | 35 | 8 | 8C | 51 | 38 |
| Octal | 62 | 352 | 156 | 117 | 0 | 65 | 10 | 214 | 121 | 70 |
| Binary | 110010 | 11101010 | 1101110 | 1001111 | 0 | 110101 | 1000 | 10001100 | 1010001 | 111000 |
Color Harmonies of #32EA6E
Complementary color
Monochromatic Colors of #32EA6E
Black with #32EA6E
Text Example
Text Example
White with #32EA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EA6E; }
p { color: rgb(50,234,110); }
H1.HeaderClassName
{
color: #32EA6E;
}
.AnyTagClassName
{
color: #32EA6E;
}
</style>
background-color css
<style>
a { background-color: #32EA6E; }
a { background-color: rgb(50,234,110); }
div.DivClassName
{
background-color: #32EA6E;
}
.BgClassName
{
background-color: #32EA6E;
}
</style>
border-color css
<style>
span { border-color: #32EA6E; }
span { border-color: rgb(50,234,110); }
td.TdClassName
{
border-color: #32EA6E;
}
.TagClassName
{
border-color: #32EA6E;
}
</style>