Shades of Emerald #32D664
Tints of Emerald #32D664
RGB
CMYK
RGB Variations
Color information
#32D664 (or 0x32D664) is known color: Emerald. HEX triplet: 32, D6 and 64. RGB value is (50,214,100). Sum of RGB (Red+Green+Blue) = 50+214+100=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 214 (83.98% from 255 or 58.79% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 214 - color contains mainly: green. Hex color #32D664 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D664 is #CD299B. Grayscale: #989898. Windows color (decimal): -13445532 or 6608434. OLE color: 6608434.
HSL color Cylindrical-coordinate representation of color #32D664: hue angle of 138.29º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D664 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 214 | 100 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.16 |
| HSL | 138.29º | 0.67% | 0.52% | - |
| HSV(B) | 138.29º | 0.77% | 0.84% | - |
| XYZ | 27.66 | 49.69 | 20.19 | - |
| YUV | 151.97 | 98.67 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 100 | 0.77 | 0 | 0.53 | 0.16 | 138.29 | 0.67 | 0.52 |
| Hex | 32 | D6 | 64 | 4D | 0 | 35 | 10 | 8A | 43 | 34 |
| Octal | 62 | 326 | 144 | 115 | 0 | 65 | 20 | 212 | 103 | 64 |
| Binary | 110010 | 11010110 | 1100100 | 1001101 | 0 | 110101 | 10000 | 10001010 | 1000011 | 110100 |
Color Harmonies of #32D664
Complementary color
Monochromatic Colors of #32D664
Black with #32D664
Text Example
Text Example
White with #32D664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D664; }
p { color: rgb(50,214,100); }
H1.HeaderClassName
{
color: #32D664;
}
.AnyTagClassName
{
color: #32D664;
}
</style>
background-color css
<style>
a { background-color: #32D664; }
a { background-color: rgb(50,214,100); }
div.DivClassName
{
background-color: #32D664;
}
.BgClassName
{
background-color: #32D664;
}
</style>
border-color css
<style>
span { border-color: #32D664; }
span { border-color: rgb(50,214,100); }
td.TdClassName
{
border-color: #32D664;
}
.TagClassName
{
border-color: #32D664;
}
</style>