Shades of Emerald #32E378
Tints of Emerald #32E378
RGB
CMYK
RGB Variations
Color information
#32E378 (or 0x32E378) is known color: Emerald. HEX triplet: 32, E3 and 78. RGB value is (50,227,120). Sum of RGB (Red+Green+Blue) = 50+227+120=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 227 (89.06% from 255 or 57.18% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 227 - color contains mainly: green. Hex color #32E378 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E378 is #CD1C87. Grayscale: #A2A2A2. Windows color (decimal): -13442184 or 7922482. OLE color: 7922482.
HSL color Cylindrical-coordinate representation of color #32E378: hue angle of 143.73º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E378 is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 227 | 120 | - |
| CMYK | 0.78 | 0 | 0.47 | 0.11 |
| HSL | 143.73º | 0.76% | 0.54% | - |
| HSV(B) | 143.73º | 0.78% | 0.89% | - |
| XYZ | 32.17 | 56.97 | 27.07 | - |
| YUV | 161.88 | 104.36 | 48.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 227 | 120 | 0.78 | 0 | 0.47 | 0.11 | 143.73 | 0.76 | 0.54 |
| Hex | 32 | E3 | 78 | 4E | 0 | 2F | B | 90 | 4C | 36 |
| Octal | 62 | 343 | 170 | 116 | 0 | 57 | 13 | 220 | 114 | 66 |
| Binary | 110010 | 11100011 | 1111000 | 1001110 | 0 | 101111 | 1011 | 10010000 | 1001100 | 110110 |
Color Harmonies of #32E378
Complementary color
Monochromatic Colors of #32E378
Black with #32E378
Text Example
Text Example
White with #32E378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E378; }
p { color: rgb(50,227,120); }
H1.HeaderClassName
{
color: #32E378;
}
.AnyTagClassName
{
color: #32E378;
}
</style>
background-color css
<style>
a { background-color: #32E378; }
a { background-color: rgb(50,227,120); }
div.DivClassName
{
background-color: #32E378;
}
.BgClassName
{
background-color: #32E378;
}
</style>
border-color css
<style>
span { border-color: #32E378; }
span { border-color: rgb(50,227,120); }
td.TdClassName
{
border-color: #32E378;
}
.TagClassName
{
border-color: #32E378;
}
</style>