Shades of Emerald #31E16D
Tints of Emerald #31E16D
RGB
CMYK
RGB Variations
Color information
#31E16D (or 0x31E16D) is known color: Emerald. HEX triplet: 31, E1 and 6D. RGB value is (49,225,109). Sum of RGB (Red+Green+Blue) = 49+225+109=383 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.79% from 383); Green value is 225 (88.28% from 255 or 58.75% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 225 - color contains mainly: green. Hex color #31E16D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31E16D is #CE1E92. Grayscale: #9F9F9F. Windows color (decimal): -13508243 or 7201073. OLE color: 7201073.
HSL color Cylindrical-coordinate representation of color #31E16D: hue angle of 140.45º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E16D is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 49 | 225 | 109 | - |
| CMYK | 0.78 | 0 | 0.52 | 0.12 |
| HSL | 140.45º | 0.75% | 0.54% | - |
| HSV(B) | 140.45º | 0.78% | 0.88% | - |
| XYZ | 30.95 | 55.61 | 23.57 | - |
| YUV | 159.15 | 99.69 | 49.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 225 | 109 | 0.78 | 0 | 0.52 | 0.12 | 140.45 | 0.75 | 0.54 |
| Hex | 31 | E1 | 6D | 4E | 0 | 34 | C | 8C | 4B | 36 |
| Octal | 61 | 341 | 155 | 116 | 0 | 64 | 14 | 214 | 113 | 66 |
| Binary | 110001 | 11100001 | 1101101 | 1001110 | 0 | 110100 | 1100 | 10001100 | 1001011 | 110110 |
Color Harmonies of #31E16D
Complementary color
Monochromatic Colors of #31E16D
Black with #31E16D
Text Example
Text Example
White with #31E16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E16D; }
p { color: rgb(49,225,109); }
H1.HeaderClassName
{
color: #31E16D;
}
.AnyTagClassName
{
color: #31E16D;
}
</style>
background-color css
<style>
a { background-color: #31E16D; }
a { background-color: rgb(49,225,109); }
div.DivClassName
{
background-color: #31E16D;
}
.BgClassName
{
background-color: #31E16D;
}
</style>
border-color css
<style>
span { border-color: #31E16D; }
span { border-color: rgb(49,225,109); }
td.TdClassName
{
border-color: #31E16D;
}
.TagClassName
{
border-color: #31E16D;
}
</style>