Shades of Emerald #32D769
Tints of Emerald #32D769
RGB
CMYK
RGB Variations
Color information
#32D769 (or 0x32D769) is known color: Emerald. HEX triplet: 32, D7 and 69. RGB value is (50,215,105). Sum of RGB (Red+Green+Blue) = 50+215+105=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 215 (84.38% from 255 or 58.11% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 215 - color contains mainly: green. Hex color #32D769 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D769 is #CD2896. Grayscale: #999999. Windows color (decimal): -13445271 or 6936370. OLE color: 6936370.
HSL color Cylindrical-coordinate representation of color #32D769: hue angle of 140º degrees, saturation: 0.67, 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 #32D769 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 215 | 105 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.16 |
| HSL | 140º | 0.67% | 0.52% | - |
| HSV(B) | 140º | 0.77% | 0.84% | - |
| XYZ | 28.17 | 50.3 | 21.59 | - |
| YUV | 153.13 | 100.84 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 105 | 0.77 | 0 | 0.51 | 0.16 | 140 | 0.67 | 0.52 |
| Hex | 32 | D7 | 69 | 4D | 0 | 33 | 10 | 8C | 43 | 34 |
| Octal | 62 | 327 | 151 | 115 | 0 | 63 | 20 | 214 | 103 | 64 |
| Binary | 110010 | 11010111 | 1101001 | 1001101 | 0 | 110011 | 10000 | 10001100 | 1000011 | 110100 |
Color Harmonies of #32D769
Complementary color
Monochromatic Colors of #32D769
Black with #32D769
Text Example
Text Example
White with #32D769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D769; }
p { color: rgb(50,215,105); }
H1.HeaderClassName
{
color: #32D769;
}
.AnyTagClassName
{
color: #32D769;
}
</style>
background-color css
<style>
a { background-color: #32D769; }
a { background-color: rgb(50,215,105); }
div.DivClassName
{
background-color: #32D769;
}
.BgClassName
{
background-color: #32D769;
}
</style>
border-color css
<style>
span { border-color: #32D769; }
span { border-color: rgb(50,215,105); }
td.TdClassName
{
border-color: #32D769;
}
.TagClassName
{
border-color: #32D769;
}
</style>