Shades of Emerald #32EF75
Tints of Emerald #32EF75
RGB
CMYK
RGB Variations
Color information
#32EF75 (or 0x32EF75) is known color: Emerald. HEX triplet: 32, EF and 75. RGB value is (50,239,117). Sum of RGB (Red+Green+Blue) = 50+239+117=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 239 (93.75% from 255 or 58.87% from 406); Blue value is 117 (46.09% from 255 or 28.82% from 406); Max value from RGB is 239 - color contains mainly: green. Hex color #32EF75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EF75 is #CD108A. Grayscale: #A8A8A8. Windows color (decimal): -13439115 or 7728946. OLE color: 7728946.
HSL color Cylindrical-coordinate representation of color #32EF75: hue angle of 141.27º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EF75 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 239 | 117 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.06 |
| HSL | 141.27º | 0.86% | 0.57% | - |
| HSV(B) | 141.27º | 0.79% | 0.94% | - |
| XYZ | 35.39 | 63.7 | 27.26 | - |
| YUV | 168.58 | 98.88 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 117 | 0.79 | 0 | 0.51 | 0.06 | 141.27 | 0.86 | 0.57 |
| Hex | 32 | EF | 75 | 4F | 0 | 33 | 6 | 8D | 56 | 39 |
| Octal | 62 | 357 | 165 | 117 | 0 | 63 | 6 | 215 | 126 | 71 |
| Binary | 110010 | 11101111 | 1110101 | 1001111 | 0 | 110011 | 110 | 10001101 | 1010110 | 111001 |
Color Harmonies of #32EF75
Complementary color
Monochromatic Colors of #32EF75
Black with #32EF75
Text Example
Text Example
White with #32EF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EF75; }
p { color: rgb(50,239,117); }
H1.HeaderClassName
{
color: #32EF75;
}
.AnyTagClassName
{
color: #32EF75;
}
</style>
background-color css
<style>
a { background-color: #32EF75; }
a { background-color: rgb(50,239,117); }
div.DivClassName
{
background-color: #32EF75;
}
.BgClassName
{
background-color: #32EF75;
}
</style>
border-color css
<style>
span { border-color: #32EF75; }
span { border-color: rgb(50,239,117); }
td.TdClassName
{
border-color: #32EF75;
}
.TagClassName
{
border-color: #32EF75;
}
</style>