Shades of Emerald #32F071
Tints of Emerald #32F071
RGB
CMYK
RGB Variations
Color information
#32F071 (or 0x32F071) is known color: Emerald. HEX triplet: 32, F0 and 71. RGB value is (50,240,113). Sum of RGB (Red+Green+Blue) = 50+240+113=403 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.41% from 403); Green value is 240 (94.14% from 255 or 59.55% from 403); Blue value is 113 (44.53% from 255 or 28.04% from 403); Max value from RGB is 240 - color contains mainly: green. Hex color #32F071 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F071 is #CD0F8E. Grayscale: #A9A9A9. Windows color (decimal): -13438863 or 7467058. OLE color: 7467058.
HSL color Cylindrical-coordinate representation of color #32F071: hue angle of 139.89º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F071 is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 50 | 240 | 113 | - |
| CMYK | 0.79 | 0 | 0.53 | 0.06 |
| HSL | 139.89º | 0.86% | 0.57% | - |
| HSV(B) | 139.89º | 0.79% | 0.94% | - |
| XYZ | 35.46 | 64.19 | 26.14 | - |
| YUV | 168.71 | 96.55 | 43.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 240 | 113 | 0.79 | 0 | 0.53 | 0.06 | 139.89 | 0.86 | 0.57 |
| Hex | 32 | F0 | 71 | 4F | 0 | 35 | 6 | 8C | 56 | 39 |
| Octal | 62 | 360 | 161 | 117 | 0 | 65 | 6 | 214 | 126 | 71 |
| Binary | 110010 | 11110000 | 1110001 | 1001111 | 0 | 110101 | 110 | 10001100 | 1010110 | 111001 |
Color Harmonies of #32F071
Complementary color
Monochromatic Colors of #32F071
Black with #32F071
Text Example
Text Example
White with #32F071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F071; }
p { color: rgb(50,240,113); }
H1.HeaderClassName
{
color: #32F071;
}
.AnyTagClassName
{
color: #32F071;
}
</style>
background-color css
<style>
a { background-color: #32F071; }
a { background-color: rgb(50,240,113); }
div.DivClassName
{
background-color: #32F071;
}
.BgClassName
{
background-color: #32F071;
}
</style>
border-color css
<style>
span { border-color: #32F071; }
span { border-color: rgb(50,240,113); }
td.TdClassName
{
border-color: #32F071;
}
.TagClassName
{
border-color: #32F071;
}
</style>