Shades of Emerald #32DA65
Tints of Emerald #32DA65
RGB
CMYK
RGB Variations
Color information
#32DA65 (or 0x32DA65) is known color: Emerald. HEX triplet: 32, DA and 65. RGB value is (50,218,101). Sum of RGB (Red+Green+Blue) = 50+218+101=369 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.55% from 369); Green value is 218 (85.55% from 255 or 59.08% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 218 - color contains mainly: green. Hex color #32DA65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DA65 is #CD259A. Grayscale: #9A9A9A. Windows color (decimal): -13444507 or 6674994. OLE color: 6674994.
HSL color Cylindrical-coordinate representation of color #32DA65: hue angle of 138.21º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32DA65 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 101 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.15 |
| HSL | 138.21º | 0.69% | 0.53% | - |
| HSV(B) | 138.21º | 0.77% | 0.85% | - |
| XYZ | 28.74 | 51.76 | 20.79 | - |
| YUV | 154.43 | 97.84 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 101 | 0.77 | 0 | 0.54 | 0.15 | 138.21 | 0.69 | 0.53 |
| Hex | 32 | DA | 65 | 4D | 0 | 36 | F | 8A | 45 | 35 |
| Octal | 62 | 332 | 145 | 115 | 0 | 66 | 17 | 212 | 105 | 65 |
| Binary | 110010 | 11011010 | 1100101 | 1001101 | 0 | 110110 | 1111 | 10001010 | 1000101 | 110101 |
Color Harmonies of #32DA65
Complementary color
Monochromatic Colors of #32DA65
Black with #32DA65
Text Example
Text Example
White with #32DA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DA65; }
p { color: rgb(50,218,101); }
H1.HeaderClassName
{
color: #32DA65;
}
.AnyTagClassName
{
color: #32DA65;
}
</style>
background-color css
<style>
a { background-color: #32DA65; }
a { background-color: rgb(50,218,101); }
div.DivClassName
{
background-color: #32DA65;
}
.BgClassName
{
background-color: #32DA65;
}
</style>
border-color css
<style>
span { border-color: #32DA65; }
span { border-color: rgb(50,218,101); }
td.TdClassName
{
border-color: #32DA65;
}
.TagClassName
{
border-color: #32DA65;
}
</style>