Shades of Emerald #32F279
Tints of Emerald #32F279
RGB
CMYK
RGB Variations
Color information
#32F279 (or 0x32F279) is known color: Emerald. HEX triplet: 32, F2 and 79. RGB value is (50,242,121). Sum of RGB (Red+Green+Blue) = 50+242+121=413 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.11% from 413); Green value is 242 (94.92% from 255 or 58.60% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 242 - color contains mainly: green. Hex color #32F279 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F279 is #CD0D86. Grayscale: #ABABAB. Windows color (decimal): -13438343 or 7991858. OLE color: 7991858.
HSL color Cylindrical-coordinate representation of color #32F279: hue angle of 142.19º degrees, saturation: 0.88, 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 #32F279 is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 242 | 121 | - |
| CMYK | 0.79 | 0 | 0.50 | 0.05 |
| HSL | 142.19º | 0.88% | 0.57% | - |
| HSV(B) | 142.19º | 0.79% | 0.95% | - |
| XYZ | 36.52 | 65.56 | 28.82 | - |
| YUV | 170.8 | 99.89 | 41.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 242 | 121 | 0.79 | 0 | 0.50 | 0.05 | 142.19 | 0.88 | 0.57 |
| Hex | 32 | F2 | 79 | 4F | 0 | 32 | 5 | 8E | 58 | 39 |
| Octal | 62 | 362 | 171 | 117 | 0 | 62 | 5 | 216 | 130 | 71 |
| Binary | 110010 | 11110010 | 1111001 | 1001111 | 0 | 110010 | 101 | 10001110 | 1011000 | 111001 |
Color Harmonies of #32F279
Complementary color
Monochromatic Colors of #32F279
Black with #32F279
Text Example
Text Example
White with #32F279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F279; }
p { color: rgb(50,242,121); }
H1.HeaderClassName
{
color: #32F279;
}
.AnyTagClassName
{
color: #32F279;
}
</style>
background-color css
<style>
a { background-color: #32F279; }
a { background-color: rgb(50,242,121); }
div.DivClassName
{
background-color: #32F279;
}
.BgClassName
{
background-color: #32F279;
}
</style>
border-color css
<style>
span { border-color: #32F279; }
span { border-color: rgb(50,242,121); }
td.TdClassName
{
border-color: #32F279;
}
.TagClassName
{
border-color: #32F279;
}
</style>