Shades of Emerald #32E675
Tints of Emerald #32E675
RGB
CMYK
RGB Variations
Color information
#32E675 (or 0x32E675) is known color: Emerald. HEX triplet: 32, E6 and 75. RGB value is (50,230,117). Sum of RGB (Red+Green+Blue) = 50+230+117=397 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.59% from 397); Green value is 230 (90.23% from 255 or 57.93% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 230 - color contains mainly: green. Hex color #32E675 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32E675 is #CD198A. Grayscale: #A3A3A3. Windows color (decimal): -13441419 or 7726642. OLE color: 7726642.
HSL color Cylindrical-coordinate representation of color #32E675: hue angle of 142.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E675 is Cyan = 0.78, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 50 | 230 | 117 | - |
| CMYK | 0.78 | 0 | 0.49 | 0.10 |
| HSL | 142.33º | 0.78% | 0.55% | - |
| HSV(B) | 142.33º | 0.78% | 0.9% | - |
| XYZ | 32.82 | 58.56 | 26.4 | - |
| YUV | 163.3 | 101.87 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 230 | 117 | 0.78 | 0 | 0.49 | 0.10 | 142.33 | 0.78 | 0.55 |
| Hex | 32 | E6 | 75 | 4E | 0 | 31 | A | 8E | 4E | 37 |
| Octal | 62 | 346 | 165 | 116 | 0 | 61 | 12 | 216 | 116 | 67 |
| Binary | 110010 | 11100110 | 1110101 | 1001110 | 0 | 110001 | 1010 | 10001110 | 1001110 | 110111 |
Color Harmonies of #32E675
Complementary color
Monochromatic Colors of #32E675
Black with #32E675
Text Example
Text Example
White with #32E675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E675; }
p { color: rgb(50,230,117); }
H1.HeaderClassName
{
color: #32E675;
}
.AnyTagClassName
{
color: #32E675;
}
</style>
background-color css
<style>
a { background-color: #32E675; }
a { background-color: rgb(50,230,117); }
div.DivClassName
{
background-color: #32E675;
}
.BgClassName
{
background-color: #32E675;
}
</style>
border-color css
<style>
span { border-color: #32E675; }
span { border-color: rgb(50,230,117); }
td.TdClassName
{
border-color: #32E675;
}
.TagClassName
{
border-color: #32E675;
}
</style>