Shades of Emerald #32D96B
Tints of Emerald #32D96B
RGB
CMYK
RGB Variations
Color information
#32D96B (or 0x32D96B) is known color: Emerald. HEX triplet: 32, D9 and 6B. RGB value is (50,217,107). Sum of RGB (Red+Green+Blue) = 50+217+107=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 217 (85.16% from 255 or 58.02% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 217 - color contains mainly: green. Hex color #32D96B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D96B is #CD2694. Grayscale: #9A9A9A. Windows color (decimal): -13444757 or 7067954. OLE color: 7067954.
HSL color Cylindrical-coordinate representation of color #32D96B: hue angle of 140.48º 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 #32D96B is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 217 | 107 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.15 |
| HSL | 140.48º | 0.69% | 0.52% | - |
| HSV(B) | 140.48º | 0.77% | 0.85% | - |
| XYZ | 28.78 | 51.37 | 22.31 | - |
| YUV | 154.53 | 101.17 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 217 | 107 | 0.77 | 0 | 0.51 | 0.15 | 140.48 | 0.69 | 0.52 |
| Hex | 32 | D9 | 6B | 4D | 0 | 33 | F | 8C | 45 | 34 |
| Octal | 62 | 331 | 153 | 115 | 0 | 63 | 17 | 214 | 105 | 64 |
| Binary | 110010 | 11011001 | 1101011 | 1001101 | 0 | 110011 | 1111 | 10001100 | 1000101 | 110100 |
Color Harmonies of #32D96B
Complementary color
Monochromatic Colors of #32D96B
Black with #32D96B
Text Example
Text Example
White with #32D96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D96B; }
p { color: rgb(50,217,107); }
H1.HeaderClassName
{
color: #32D96B;
}
.AnyTagClassName
{
color: #32D96B;
}
</style>
background-color css
<style>
a { background-color: #32D96B; }
a { background-color: rgb(50,217,107); }
div.DivClassName
{
background-color: #32D96B;
}
.BgClassName
{
background-color: #32D96B;
}
</style>
border-color css
<style>
span { border-color: #32D96B; }
span { border-color: rgb(50,217,107); }
td.TdClassName
{
border-color: #32D96B;
}
.TagClassName
{
border-color: #32D96B;
}
</style>