Shades of Emerald #32E467
Tints of Emerald #32E467
RGB
CMYK
RGB Variations
Color information
#32E467 (or 0x32E467) is known color: Emerald. HEX triplet: 32, E4 and 67. RGB value is (50,228,103). Sum of RGB (Red+Green+Blue) = 50+228+103=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 228 (89.45% from 255 or 59.84% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 228 - color contains mainly: green. Hex color #32E467 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32E467 is #CD1B98. Grayscale: #A0A0A0. Windows color (decimal): -13441945 or 6808626. OLE color: 6808626.
HSL color Cylindrical-coordinate representation of color #32E467: hue angle of 137.87º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32E467 is Cyan = 0.78, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 50 | 228 | 103 | - |
| CMYK | 0.78 | 0 | 0.55 | 0.11 |
| HSL | 137.87º | 0.77% | 0.55% | - |
| HSV(B) | 137.87º | 0.78% | 0.89% | - |
| XYZ | 31.51 | 57.14 | 22.2 | - |
| YUV | 160.53 | 95.53 | 49.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 228 | 103 | 0.78 | 0 | 0.55 | 0.11 | 137.87 | 0.77 | 0.55 |
| Hex | 32 | E4 | 67 | 4E | 0 | 37 | B | 8A | 4D | 37 |
| Octal | 62 | 344 | 147 | 116 | 0 | 67 | 13 | 212 | 115 | 67 |
| Binary | 110010 | 11100100 | 1100111 | 1001110 | 0 | 110111 | 1011 | 10001010 | 1001101 | 110111 |
Color Harmonies of #32E467
Complementary color
Monochromatic Colors of #32E467
Black with #32E467
Text Example
Text Example
White with #32E467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32E467; }
p { color: rgb(50,228,103); }
H1.HeaderClassName
{
color: #32E467;
}
.AnyTagClassName
{
color: #32E467;
}
</style>
background-color css
<style>
a { background-color: #32E467; }
a { background-color: rgb(50,228,103); }
div.DivClassName
{
background-color: #32E467;
}
.BgClassName
{
background-color: #32E467;
}
</style>
border-color css
<style>
span { border-color: #32E467; }
span { border-color: rgb(50,228,103); }
td.TdClassName
{
border-color: #32E467;
}
.TagClassName
{
border-color: #32E467;
}
</style>