Shades of Emerald #32F374
Tints of Emerald #32F374
RGB
CMYK
RGB Variations
Color information
#32F374 (or 0x32F374) is known color: Emerald. HEX triplet: 32, F3 and 74. RGB value is (50,243,116). Sum of RGB (Red+Green+Blue) = 50+243+116=409 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.22% from 409); Green value is 243 (95.31% from 255 or 59.41% from 409); Blue value is 116 (45.70% from 255 or 28.36% from 409); Max value from RGB is 243 - color contains mainly: green. Hex color #32F374 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F374 is #CD0C8B. Grayscale: #ABABAB. Windows color (decimal): -13438092 or 7664434. OLE color: 7664434.
HSL color Cylindrical-coordinate representation of color #32F374: hue angle of 140.52º 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 #32F374 is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 50 | 243 | 116 | - |
| CMYK | 0.79 | 0 | 0.52 | 0.05 |
| HSL | 140.52º | 0.89% | 0.57% | - |
| HSV(B) | 140.52º | 0.79% | 0.95% | - |
| XYZ | 36.52 | 66.04 | 27.35 | - |
| YUV | 170.82 | 97.06 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 243 | 116 | 0.79 | 0 | 0.52 | 0.05 | 140.52 | 0.89 | 0.57 |
| Hex | 32 | F3 | 74 | 4F | 0 | 34 | 5 | 8D | 59 | 39 |
| Octal | 62 | 363 | 164 | 117 | 0 | 64 | 5 | 215 | 131 | 71 |
| Binary | 110010 | 11110011 | 1110100 | 1001111 | 0 | 110100 | 101 | 10001101 | 1011001 | 111001 |
Color Harmonies of #32F374
Complementary color
Monochromatic Colors of #32F374
Black with #32F374
Text Example
Text Example
White with #32F374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F374; }
p { color: rgb(50,243,116); }
H1.HeaderClassName
{
color: #32F374;
}
.AnyTagClassName
{
color: #32F374;
}
</style>
background-color css
<style>
a { background-color: #32F374; }
a { background-color: rgb(50,243,116); }
div.DivClassName
{
background-color: #32F374;
}
.BgClassName
{
background-color: #32F374;
}
</style>
border-color css
<style>
span { border-color: #32F374; }
span { border-color: rgb(50,243,116); }
td.TdClassName
{
border-color: #32F374;
}
.TagClassName
{
border-color: #32F374;
}
</style>