Shades of Emerald #32F174
Tints of Emerald #32F174
RGB
CMYK
RGB Variations
Color information
#32F174 (or 0x32F174) is known color: Emerald. HEX triplet: 32, F1 and 74. RGB value is (50,241,116). Sum of RGB (Red+Green+Blue) = 50+241+116=407 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.29% from 407); Green value is 241 (94.53% from 255 or 59.21% from 407); Blue value is 116 (45.70% from 255 or 28.50% from 407); Max value from RGB is 241 - color contains mainly: green. Hex color #32F174 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F174 is #CD0E8B. Grayscale: #A9A9A9. Windows color (decimal): -13438604 or 7663922. OLE color: 7663922.
HSL color Cylindrical-coordinate representation of color #32F174: hue angle of 140.73º degrees, saturation: 0.87, 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 #32F174 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 241 | 116 | - |
| CMYK | 0.79 | 0 | 0.52 | 0.05 |
| HSL | 140.73º | 0.87% | 0.57% | - |
| HSV(B) | 140.73º | 0.79% | 0.95% | - |
| XYZ | 35.92 | 64.85 | 27.15 | - |
| YUV | 169.64 | 97.72 | 42.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 241 | 116 | 0.79 | 0 | 0.52 | 0.05 | 140.73 | 0.87 | 0.57 |
| Hex | 32 | F1 | 74 | 4F | 0 | 34 | 5 | 8D | 57 | 39 |
| Octal | 62 | 361 | 164 | 117 | 0 | 64 | 5 | 215 | 127 | 71 |
| Binary | 110010 | 11110001 | 1110100 | 1001111 | 0 | 110100 | 101 | 10001101 | 1010111 | 111001 |
Color Harmonies of #32F174
Complementary color
Monochromatic Colors of #32F174
Black with #32F174
Text Example
Text Example
White with #32F174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F174; }
p { color: rgb(50,241,116); }
H1.HeaderClassName
{
color: #32F174;
}
.AnyTagClassName
{
color: #32F174;
}
</style>
background-color css
<style>
a { background-color: #32F174; }
a { background-color: rgb(50,241,116); }
div.DivClassName
{
background-color: #32F174;
}
.BgClassName
{
background-color: #32F174;
}
</style>
border-color css
<style>
span { border-color: #32F174; }
span { border-color: rgb(50,241,116); }
td.TdClassName
{
border-color: #32F174;
}
.TagClassName
{
border-color: #32F174;
}
</style>