Shades of Emerald #32D563
Tints of Emerald #32D563
RGB
CMYK
RGB Variations
Color information
#32D563 (or 0x32D563) is known color: Emerald. HEX triplet: 32, D5 and 63. RGB value is (50,213,99). Sum of RGB (Red+Green+Blue) = 50+213+99=362 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.81% from 362); Green value is 213 (83.59% from 255 or 58.84% from 362); Blue value is 99 (39.06% from 255 or 27.35% from 362); Max value from RGB is 213 - color contains mainly: green. Hex color #32D563 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D563 is #CD2A9C. Grayscale: #979797. Windows color (decimal): -13445789 or 6542642. OLE color: 6542642.
HSL color Cylindrical-coordinate representation of color #32D563: hue angle of 138.04º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D563 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 213 | 99 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.16 |
| HSL | 138.04º | 0.66% | 0.52% | - |
| HSV(B) | 138.04º | 0.77% | 0.84% | - |
| XYZ | 27.36 | 49.17 | 19.85 | - |
| YUV | 151.27 | 98.5 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 213 | 99 | 0.77 | 0 | 0.54 | 0.16 | 138.04 | 0.66 | 0.52 |
| Hex | 32 | D5 | 63 | 4D | 0 | 36 | 10 | 8A | 42 | 34 |
| Octal | 62 | 325 | 143 | 115 | 0 | 66 | 20 | 212 | 102 | 64 |
| Binary | 110010 | 11010101 | 1100011 | 1001101 | 0 | 110110 | 10000 | 10001010 | 1000010 | 110100 |
Color Harmonies of #32D563
Complementary color
Monochromatic Colors of #32D563
Black with #32D563
Text Example
Text Example
White with #32D563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D563; }
p { color: rgb(50,213,99); }
H1.HeaderClassName
{
color: #32D563;
}
.AnyTagClassName
{
color: #32D563;
}
</style>
background-color css
<style>
a { background-color: #32D563; }
a { background-color: rgb(50,213,99); }
div.DivClassName
{
background-color: #32D563;
}
.BgClassName
{
background-color: #32D563;
}
</style>
border-color css
<style>
span { border-color: #32D563; }
span { border-color: rgb(50,213,99); }
td.TdClassName
{
border-color: #32D563;
}
.TagClassName
{
border-color: #32D563;
}
</style>