Shades of Emerald #32D968
Tints of Emerald #32D968
RGB
CMYK
RGB Variations
Color information
#32D968 (or 0x32D968) is known color: Emerald. HEX triplet: 32, D9 and 68. RGB value is (50,217,104). Sum of RGB (Red+Green+Blue) = 50+217+104=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 217 (85.16% from 255 or 58.49% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 217 - color contains mainly: green. Hex color #32D968 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D968 is #CD2697. Grayscale: #9A9A9A. Windows color (decimal): -13444760 or 6871346. OLE color: 6871346.
HSL color Cylindrical-coordinate representation of color #32D968: hue angle of 139.4º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D968 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 217 | 104 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.15 |
| HSL | 139.4º | 0.69% | 0.52% | - |
| HSV(B) | 139.4º | 0.77% | 0.85% | - |
| XYZ | 28.63 | 51.3 | 21.49 | - |
| YUV | 154.19 | 99.67 | 53.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 217 | 104 | 0.77 | 0 | 0.52 | 0.15 | 139.4 | 0.69 | 0.52 |
| Hex | 32 | D9 | 68 | 4D | 0 | 34 | F | 8B | 45 | 34 |
| Octal | 62 | 331 | 150 | 115 | 0 | 64 | 17 | 213 | 105 | 64 |
| Binary | 110010 | 11011001 | 1101000 | 1001101 | 0 | 110100 | 1111 | 10001011 | 1000101 | 110100 |
Color Harmonies of #32D968
Complementary color
Monochromatic Colors of #32D968
Black with #32D968
Text Example
Text Example
White with #32D968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D968; }
p { color: rgb(50,217,104); }
H1.HeaderClassName
{
color: #32D968;
}
.AnyTagClassName
{
color: #32D968;
}
</style>
background-color css
<style>
a { background-color: #32D968; }
a { background-color: rgb(50,217,104); }
div.DivClassName
{
background-color: #32D968;
}
.BgClassName
{
background-color: #32D968;
}
</style>
border-color css
<style>
span { border-color: #32D968; }
span { border-color: rgb(50,217,104); }
td.TdClassName
{
border-color: #32D968;
}
.TagClassName
{
border-color: #32D968;
}
</style>