Shades of Emerald #32EE75
Tints of Emerald #32EE75
RGB
CMYK
RGB Variations
Color information
#32EE75 (or 0x32EE75) is known color: Emerald. HEX triplet: 32, EE and 75. RGB value is (50,238,117). Sum of RGB (Red+Green+Blue) = 50+238+117=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 238 (93.36% from 255 or 58.77% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 238 - color contains mainly: green. Hex color #32EE75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EE75 is #CD118A. Grayscale: #A8A8A8. Windows color (decimal): -13439371 or 7728690. OLE color: 7728690.
HSL color Cylindrical-coordinate representation of color #32EE75: hue angle of 141.38º degrees, saturation: 0.85, 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 #32EE75 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 117 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.07 |
| HSL | 141.38º | 0.85% | 0.56% | - |
| HSV(B) | 141.38º | 0.79% | 0.93% | - |
| XYZ | 35.1 | 63.11 | 27.16 | - |
| YUV | 167.99 | 99.22 | 43.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 117 | 0.79 | 0 | 0.51 | 0.07 | 141.38 | 0.85 | 0.56 |
| Hex | 32 | EE | 75 | 4F | 0 | 33 | 7 | 8D | 55 | 38 |
| Octal | 62 | 356 | 165 | 117 | 0 | 63 | 7 | 215 | 125 | 70 |
| Binary | 110010 | 11101110 | 1110101 | 1001111 | 0 | 110011 | 111 | 10001101 | 1010101 | 111000 |
Color Harmonies of #32EE75
Complementary color
Monochromatic Colors of #32EE75
Black with #32EE75
Text Example
Text Example
White with #32EE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EE75; }
p { color: rgb(50,238,117); }
H1.HeaderClassName
{
color: #32EE75;
}
.AnyTagClassName
{
color: #32EE75;
}
</style>
background-color css
<style>
a { background-color: #32EE75; }
a { background-color: rgb(50,238,117); }
div.DivClassName
{
background-color: #32EE75;
}
.BgClassName
{
background-color: #32EE75;
}
</style>
border-color css
<style>
span { border-color: #32EE75; }
span { border-color: rgb(50,238,117); }
td.TdClassName
{
border-color: #32EE75;
}
.TagClassName
{
border-color: #32EE75;
}
</style>