Shades of Emerald #32EC6B
Tints of Emerald #32EC6B
RGB
CMYK
RGB Variations
Color information
#32EC6B (or 0x32EC6B) is known color: Emerald. HEX triplet: 32, EC and 6B. RGB value is (50,236,107). Sum of RGB (Red+Green+Blue) = 50+236+107=393 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.72% from 393); Green value is 236 (92.58% from 255 or 60.05% from 393); Blue value is 107 (42.19% from 255 or 27.23% from 393); Max value from RGB is 236 - color contains mainly: green. Hex color #32EC6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EC6B is #CD1394. Grayscale: #A6A6A6. Windows color (decimal): -13439893 or 7072818. OLE color: 7072818.
HSL color Cylindrical-coordinate representation of color #32EC6B: hue angle of 138.39º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EC6B is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 236 | 107 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.07 |
| HSL | 138.39º | 0.83% | 0.56% | - |
| HSV(B) | 138.39º | 0.79% | 0.93% | - |
| XYZ | 33.96 | 61.73 | 24.03 | - |
| YUV | 165.68 | 94.88 | 45.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 236 | 107 | 0.79 | 0 | 0.55 | 0.07 | 138.39 | 0.83 | 0.56 |
| Hex | 32 | EC | 6B | 4F | 0 | 37 | 7 | 8A | 53 | 38 |
| Octal | 62 | 354 | 153 | 117 | 0 | 67 | 7 | 212 | 123 | 70 |
| Binary | 110010 | 11101100 | 1101011 | 1001111 | 0 | 110111 | 111 | 10001010 | 1010011 | 111000 |
Color Harmonies of #32EC6B
Complementary color
Monochromatic Colors of #32EC6B
Black with #32EC6B
Text Example
Text Example
White with #32EC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EC6B; }
p { color: rgb(50,236,107); }
H1.HeaderClassName
{
color: #32EC6B;
}
.AnyTagClassName
{
color: #32EC6B;
}
</style>
background-color css
<style>
a { background-color: #32EC6B; }
a { background-color: rgb(50,236,107); }
div.DivClassName
{
background-color: #32EC6B;
}
.BgClassName
{
background-color: #32EC6B;
}
</style>
border-color css
<style>
span { border-color: #32EC6B; }
span { border-color: rgb(50,236,107); }
td.TdClassName
{
border-color: #32EC6B;
}
.TagClassName
{
border-color: #32EC6B;
}
</style>