Shades of Emerald #32DA67
Tints of Emerald #32DA67
RGB
CMYK
RGB Variations
Color information
#32DA67 (or 0x32DA67) is known color: Emerald. HEX triplet: 32, DA and 67. RGB value is (50,218,103). Sum of RGB (Red+Green+Blue) = 50+218+103=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 218 (85.55% from 255 or 58.76% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 218 - color contains mainly: green. Hex color #32DA67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DA67 is #CD2598. Grayscale: #9A9A9A. Windows color (decimal): -13444505 or 6806066. OLE color: 6806066.
HSL color Cylindrical-coordinate representation of color #32DA67: hue angle of 138.93º 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 #32DA67 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 218 | 103 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.15 |
| HSL | 138.93º | 0.69% | 0.53% | - |
| HSV(B) | 138.93º | 0.77% | 0.85% | - |
| XYZ | 28.83 | 51.8 | 21.31 | - |
| YUV | 154.66 | 98.84 | 53.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 218 | 103 | 0.77 | 0 | 0.53 | 0.15 | 138.93 | 0.69 | 0.53 |
| Hex | 32 | DA | 67 | 4D | 0 | 35 | F | 8B | 45 | 35 |
| Octal | 62 | 332 | 147 | 115 | 0 | 65 | 17 | 213 | 105 | 65 |
| Binary | 110010 | 11011010 | 1100111 | 1001101 | 0 | 110101 | 1111 | 10001011 | 1000101 | 110101 |
Color Harmonies of #32DA67
Complementary color
Monochromatic Colors of #32DA67
Black with #32DA67
Text Example
Text Example
White with #32DA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DA67; }
p { color: rgb(50,218,103); }
H1.HeaderClassName
{
color: #32DA67;
}
.AnyTagClassName
{
color: #32DA67;
}
</style>
background-color css
<style>
a { background-color: #32DA67; }
a { background-color: rgb(50,218,103); }
div.DivClassName
{
background-color: #32DA67;
}
.BgClassName
{
background-color: #32DA67;
}
</style>
border-color css
<style>
span { border-color: #32DA67; }
span { border-color: rgb(50,218,103); }
td.TdClassName
{
border-color: #32DA67;
}
.TagClassName
{
border-color: #32DA67;
}
</style>