Shades of Emerald #32ED6C
Tints of Emerald #32ED6C
RGB
CMYK
RGB Variations
Color information
#32ED6C (or 0x32ED6C) is known color: Emerald. HEX triplet: 32, ED and 6C. RGB value is (50,237,108). Sum of RGB (Red+Green+Blue) = 50+237+108=395 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.66% from 395); Green value is 237 (92.97% from 255 or 60% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 237 - color contains mainly: green. Hex color #32ED6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32ED6C is #CD1293. Grayscale: #A6A6A6. Windows color (decimal): -13439636 or 7138610. OLE color: 7138610.
HSL color Cylindrical-coordinate representation of color #32ED6C: hue angle of 138.61º 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 #32ED6C is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 50 | 237 | 108 | - |
| CMYK | 0.79 | 0 | 0.54 | 0.07 |
| HSL | 138.61º | 0.84% | 0.56% | - |
| HSV(B) | 138.61º | 0.79% | 0.93% | - |
| XYZ | 34.31 | 62.33 | 24.41 | - |
| YUV | 166.38 | 95.05 | 44.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 237 | 108 | 0.79 | 0 | 0.54 | 0.07 | 138.61 | 0.84 | 0.56 |
| Hex | 32 | ED | 6C | 4F | 0 | 36 | 7 | 8B | 54 | 38 |
| Octal | 62 | 355 | 154 | 117 | 0 | 66 | 7 | 213 | 124 | 70 |
| Binary | 110010 | 11101101 | 1101100 | 1001111 | 0 | 110110 | 111 | 10001011 | 1010100 | 111000 |
Color Harmonies of #32ED6C
Complementary color
Monochromatic Colors of #32ED6C
Black with #32ED6C
Text Example
Text Example
White with #32ED6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ED6C; }
p { color: rgb(50,237,108); }
H1.HeaderClassName
{
color: #32ED6C;
}
.AnyTagClassName
{
color: #32ED6C;
}
</style>
background-color css
<style>
a { background-color: #32ED6C; }
a { background-color: rgb(50,237,108); }
div.DivClassName
{
background-color: #32ED6C;
}
.BgClassName
{
background-color: #32ED6C;
}
</style>
border-color css
<style>
span { border-color: #32ED6C; }
span { border-color: rgb(50,237,108); }
td.TdClassName
{
border-color: #32ED6C;
}
.TagClassName
{
border-color: #32ED6C;
}
</style>