Shades of Emerald #32E065
Tints of Emerald #32E065
RGB
CMYK
RGB Variations
Color information
#32E065 (or 0x32E065) is known color: Emerald. HEX triplet: 32, E0 and 65. RGB value is (50,224,101). Sum of RGB (Red+Green+Blue) = 50+224+101=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 224 (87.89% from 255 or 59.73% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 224 - color contains mainly: green. Hex color #32E065 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E065 is #CD1F9A. Grayscale: #9E9E9E. Windows color (decimal): -13442971 or 6676530. OLE color: 6676530.
HSL color Cylindrical-coordinate representation of color #32E065: hue angle of 137.59º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E065 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 224 | 101 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.12 |
| HSL | 137.59º | 0.74% | 0.54% | - |
| HSV(B) | 137.59º | 0.78% | 0.88% | - |
| XYZ | 30.32 | 54.93 | 21.32 | - |
| YUV | 157.95 | 95.85 | 51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 224 | 101 | 0.78 | 0 | 0.55 | 0.12 | 137.59 | 0.74 | 0.54 |
| Hex | 32 | E0 | 65 | 4E | 0 | 37 | C | 8A | 4A | 36 |
| Octal | 62 | 340 | 145 | 116 | 0 | 67 | 14 | 212 | 112 | 66 |
| Binary | 110010 | 11100000 | 1100101 | 1001110 | 0 | 110111 | 1100 | 10001010 | 1001010 | 110110 |
Color Harmonies of #32E065
Complementary color
Monochromatic Colors of #32E065
Black with #32E065
Text Example
Text Example
White with #32E065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E065; }
p { color: rgb(50,224,101); }
H1.HeaderClassName
{
color: #32E065;
}
.AnyTagClassName
{
color: #32E065;
}
</style>
background-color css
<style>
a { background-color: #32E065; }
a { background-color: rgb(50,224,101); }
div.DivClassName
{
background-color: #32E065;
}
.BgClassName
{
background-color: #32E065;
}
</style>
border-color css
<style>
span { border-color: #32E065; }
span { border-color: rgb(50,224,101); }
td.TdClassName
{
border-color: #32E065;
}
.TagClassName
{
border-color: #32E065;
}
</style>