Shades of Emerald #32EE79
Tints of Emerald #32EE79
RGB
CMYK
RGB Variations
Color information
#32EE79 (or 0x32EE79) is known color: Emerald. HEX triplet: 32, EE and 79. RGB value is (50,238,121). Sum of RGB (Red+Green+Blue) = 50+238+121=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 238 (93.36% from 255 or 58.19% from 409); Blue value is 121 (47.66% from 255 or 29.58% from 409); Max value from RGB is 238 - color contains mainly: green. Hex color #32EE79 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EE79 is #CD1186. Grayscale: #A8A8A8. Windows color (decimal): -13439367 or 7990834. OLE color: 7990834.
HSL color Cylindrical-coordinate representation of color #32EE79: hue angle of 142.66º 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 #32EE79 is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 238 | 121 | - |
| CMYK | 0.79 | 0 | 0.49 | 0.07 |
| HSL | 142.66º | 0.85% | 0.56% | - |
| HSV(B) | 142.66º | 0.79% | 0.93% | - |
| XYZ | 35.34 | 63.21 | 28.43 | - |
| YUV | 168.45 | 101.22 | 43.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 238 | 121 | 0.79 | 0 | 0.49 | 0.07 | 142.66 | 0.85 | 0.56 |
| Hex | 32 | EE | 79 | 4F | 0 | 31 | 7 | 8F | 55 | 38 |
| Octal | 62 | 356 | 171 | 117 | 0 | 61 | 7 | 217 | 125 | 70 |
| Binary | 110010 | 11101110 | 1111001 | 1001111 | 0 | 110001 | 111 | 10001111 | 1010101 | 111000 |
Color Harmonies of #32EE79
Complementary color
Monochromatic Colors of #32EE79
Black with #32EE79
Text Example
Text Example
White with #32EE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EE79; }
p { color: rgb(50,238,121); }
H1.HeaderClassName
{
color: #32EE79;
}
.AnyTagClassName
{
color: #32EE79;
}
</style>
background-color css
<style>
a { background-color: #32EE79; }
a { background-color: rgb(50,238,121); }
div.DivClassName
{
background-color: #32EE79;
}
.BgClassName
{
background-color: #32EE79;
}
</style>
border-color css
<style>
span { border-color: #32EE79; }
span { border-color: rgb(50,238,121); }
td.TdClassName
{
border-color: #32EE79;
}
.TagClassName
{
border-color: #32EE79;
}
</style>