Shades of Emerald #32ED7B
Tints of Emerald #32ED7B
RGB
CMYK
RGB Variations
Color information
#32ED7B (or 0x32ED7B) is known color: Emerald. HEX triplet: 32, ED and 7B. RGB value is (50,237,123). Sum of RGB (Red+Green+Blue) = 50+237+123=410 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.20% from 410); Green value is 237 (92.97% from 255 or 57.80% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 237 - color contains mainly: green. Hex color #32ED7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32ED7B is #CD1284. Grayscale: #A8A8A8. Windows color (decimal): -13439621 or 8121650. OLE color: 8121650.
HSL color Cylindrical-coordinate representation of color #32ED7B: hue angle of 143.42º degrees, saturation: 0.84, 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 #32ED7B is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 237 | 123 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.07 |
| HSL | 143.42º | 0.84% | 0.56% | - |
| HSV(B) | 143.42º | 0.79% | 0.93% | - |
| XYZ | 35.17 | 62.68 | 28.98 | - |
| YUV | 168.09 | 102.55 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 237 | 123 | 0.79 | 0 | 0.48 | 0.07 | 143.42 | 0.84 | 0.56 |
| Hex | 32 | ED | 7B | 4F | 0 | 30 | 7 | 8F | 54 | 38 |
| Octal | 62 | 355 | 173 | 117 | 0 | 60 | 7 | 217 | 124 | 70 |
| Binary | 110010 | 11101101 | 1111011 | 1001111 | 0 | 110000 | 111 | 10001111 | 1010100 | 111000 |
Color Harmonies of #32ED7B
Complementary color
Monochromatic Colors of #32ED7B
Black with #32ED7B
Text Example
Text Example
White with #32ED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ED7B; }
p { color: rgb(50,237,123); }
H1.HeaderClassName
{
color: #32ED7B;
}
.AnyTagClassName
{
color: #32ED7B;
}
</style>
background-color css
<style>
a { background-color: #32ED7B; }
a { background-color: rgb(50,237,123); }
div.DivClassName
{
background-color: #32ED7B;
}
.BgClassName
{
background-color: #32ED7B;
}
</style>
border-color css
<style>
span { border-color: #32ED7B; }
span { border-color: rgb(50,237,123); }
td.TdClassName
{
border-color: #32ED7B;
}
.TagClassName
{
border-color: #32ED7B;
}
</style>