Shades of Emerald #32F372
Tints of Emerald #32F372
RGB
CMYK
RGB Variations
Color information
#32F372 (or 0x32F372) is known color: Emerald. HEX triplet: 32, F3 and 72. RGB value is (50,243,114). Sum of RGB (Red+Green+Blue) = 50+243+114=407 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.29% from 407); Green value is 243 (95.31% from 255 or 59.71% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 243 - color contains mainly: green. Hex color #32F372 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F372 is #CD0C8D. Grayscale: #AAAAAA. Windows color (decimal): -13438094 or 7533362. OLE color: 7533362.
HSL color Cylindrical-coordinate representation of color #32F372: hue angle of 139.9º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F372 is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 243 | 114 | - |
| CMYK | 0.79 | 0 | 0.53 | 0.05 |
| HSL | 139.9º | 0.89% | 0.57% | - |
| HSV(B) | 139.9º | 0.79% | 0.95% | - |
| XYZ | 36.4 | 65.99 | 26.74 | - |
| YUV | 170.59 | 96.06 | 41.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 243 | 114 | 0.79 | 0 | 0.53 | 0.05 | 139.9 | 0.89 | 0.57 |
| Hex | 32 | F3 | 72 | 4F | 0 | 35 | 5 | 8C | 59 | 39 |
| Octal | 62 | 363 | 162 | 117 | 0 | 65 | 5 | 214 | 131 | 71 |
| Binary | 110010 | 11110011 | 1110010 | 1001111 | 0 | 110101 | 101 | 10001100 | 1011001 | 111001 |
Color Harmonies of #32F372
Complementary color
Monochromatic Colors of #32F372
Black with #32F372
Text Example
Text Example
White with #32F372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F372; }
p { color: rgb(50,243,114); }
H1.HeaderClassName
{
color: #32F372;
}
.AnyTagClassName
{
color: #32F372;
}
</style>
background-color css
<style>
a { background-color: #32F372; }
a { background-color: rgb(50,243,114); }
div.DivClassName
{
background-color: #32F372;
}
.BgClassName
{
background-color: #32F372;
}
</style>
border-color css
<style>
span { border-color: #32F372; }
span { border-color: rgb(50,243,114); }
td.TdClassName
{
border-color: #32F372;
}
.TagClassName
{
border-color: #32F372;
}
</style>