Shades of Emerald #32EB77
Tints of Emerald #32EB77
RGB
CMYK
RGB Variations
Color information
#32EB77 (or 0x32EB77) is known color: Emerald. HEX triplet: 32, EB and 77. RGB value is (50,235,119). Sum of RGB (Red+Green+Blue) = 50+235+119=404 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.38% from 404); Green value is 235 (92.19% from 255 or 58.17% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 235 - color contains mainly: green. Hex color #32EB77 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32EB77 is #CD1488. Grayscale: #A6A6A6. Windows color (decimal): -13440137 or 7858994. OLE color: 7858994.
HSL color Cylindrical-coordinate representation of color #32EB77: hue angle of 142.38º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32EB77 is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 50 | 235 | 119 | - |
| CMYK | 0.79 | 0 | 0.49 | 0.08 |
| HSL | 142.38º | 0.82% | 0.56% | - |
| HSV(B) | 142.38º | 0.79% | 0.92% | - |
| XYZ | 34.35 | 61.43 | 27.5 | - |
| YUV | 166.46 | 101.21 | 44.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 235 | 119 | 0.79 | 0 | 0.49 | 0.08 | 142.38 | 0.82 | 0.56 |
| Hex | 32 | EB | 77 | 4F | 0 | 31 | 8 | 8E | 52 | 38 |
| Octal | 62 | 353 | 167 | 117 | 0 | 61 | 10 | 216 | 122 | 70 |
| Binary | 110010 | 11101011 | 1110111 | 1001111 | 0 | 110001 | 1000 | 10001110 | 1010010 | 111000 |
Color Harmonies of #32EB77
Complementary color
Monochromatic Colors of #32EB77
Black with #32EB77
Text Example
Text Example
White with #32EB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32EB77; }
p { color: rgb(50,235,119); }
H1.HeaderClassName
{
color: #32EB77;
}
.AnyTagClassName
{
color: #32EB77;
}
</style>
background-color css
<style>
a { background-color: #32EB77; }
a { background-color: rgb(50,235,119); }
div.DivClassName
{
background-color: #32EB77;
}
.BgClassName
{
background-color: #32EB77;
}
</style>
border-color css
<style>
span { border-color: #32EB77; }
span { border-color: rgb(50,235,119); }
td.TdClassName
{
border-color: #32EB77;
}
.TagClassName
{
border-color: #32EB77;
}
</style>