Shades of Emerald #32EF74
Tints of Emerald #32EF74
RGB
CMYK
RGB Variations
Color information
#32EF74 (or 0x32EF74) is known color: Emerald. HEX triplet: 32, EF and 74. RGB value is (50,239,116). Sum of RGB (Red+Green+Blue) = 50+239+116=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 239 (93.75% from 255 or 59.01% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 239 - color contains mainly: green. Hex color #32EF74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EF74 is #CD108B. Grayscale: #A8A8A8. Windows color (decimal): -13439116 or 7663410. OLE color: 7663410.
HSL color Cylindrical-coordinate representation of color #32EF74: hue angle of 140.95º 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 #32EF74 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 239 | 116 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.06 |
| HSL | 140.95º | 0.86% | 0.57% | - |
| HSV(B) | 140.95º | 0.79% | 0.94% | - |
| XYZ | 35.33 | 63.67 | 26.95 | - |
| YUV | 168.47 | 98.38 | 43.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 239 | 116 | 0.79 | 0 | 0.51 | 0.06 | 140.95 | 0.86 | 0.57 |
| Hex | 32 | EF | 74 | 4F | 0 | 33 | 6 | 8D | 56 | 39 |
| Octal | 62 | 357 | 164 | 117 | 0 | 63 | 6 | 215 | 126 | 71 |
| Binary | 110010 | 11101111 | 1110100 | 1001111 | 0 | 110011 | 110 | 10001101 | 1010110 | 111001 |
Color Harmonies of #32EF74
Complementary color
Monochromatic Colors of #32EF74
Black with #32EF74
Text Example
Text Example
White with #32EF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EF74; }
p { color: rgb(50,239,116); }
H1.HeaderClassName
{
color: #32EF74;
}
.AnyTagClassName
{
color: #32EF74;
}
</style>
background-color css
<style>
a { background-color: #32EF74; }
a { background-color: rgb(50,239,116); }
div.DivClassName
{
background-color: #32EF74;
}
.BgClassName
{
background-color: #32EF74;
}
</style>
border-color css
<style>
span { border-color: #32EF74; }
span { border-color: rgb(50,239,116); }
td.TdClassName
{
border-color: #32EF74;
}
.TagClassName
{
border-color: #32EF74;
}
</style>