Shades of Emerald #32E067
Tints of Emerald #32E067
RGB
CMYK
RGB Variations
Color information
#32E067 (or 0x32E067) is known color: Emerald. HEX triplet: 32, E0 and 67. RGB value is (50,224,103). Sum of RGB (Red+Green+Blue) = 50+224+103=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 224 (87.89% from 255 or 59.42% from 377); Blue value is 103 (40.62% from 255 or 27.32% from 377); Max value from RGB is 224 - color contains mainly: green. Hex color #32E067 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E067 is #CD1F98. Grayscale: #9E9E9E. Windows color (decimal): -13442969 or 6807602. OLE color: 6807602.
HSL color Cylindrical-coordinate representation of color #32E067: hue angle of 138.28º 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 #32E067 is Cyan = 0.78, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 224 | 103 | - |
| CMYK | 0.78 | 0 | 0.54 | 0.12 |
| HSL | 138.28º | 0.74% | 0.54% | - |
| HSV(B) | 138.28º | 0.78% | 0.88% | - |
| XYZ | 30.42 | 54.97 | 21.84 | - |
| YUV | 158.18 | 96.85 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 224 | 103 | 0.78 | 0 | 0.54 | 0.12 | 138.28 | 0.74 | 0.54 |
| Hex | 32 | E0 | 67 | 4E | 0 | 36 | C | 8A | 4A | 36 |
| Octal | 62 | 340 | 147 | 116 | 0 | 66 | 14 | 212 | 112 | 66 |
| Binary | 110010 | 11100000 | 1100111 | 1001110 | 0 | 110110 | 1100 | 10001010 | 1001010 | 110110 |
Color Harmonies of #32E067
Complementary color
Monochromatic Colors of #32E067
Black with #32E067
Text Example
Text Example
White with #32E067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E067; }
p { color: rgb(50,224,103); }
H1.HeaderClassName
{
color: #32E067;
}
.AnyTagClassName
{
color: #32E067;
}
</style>
background-color css
<style>
a { background-color: #32E067; }
a { background-color: rgb(50,224,103); }
div.DivClassName
{
background-color: #32E067;
}
.BgClassName
{
background-color: #32E067;
}
</style>
border-color css
<style>
span { border-color: #32E067; }
span { border-color: rgb(50,224,103); }
td.TdClassName
{
border-color: #32E067;
}
.TagClassName
{
border-color: #32E067;
}
</style>