Shades of Emerald #31E66F
Tints of Emerald #31E66F
RGB
CMYK
RGB Variations
Color information
#31E66F (or 0x31E66F) is known color: Emerald. HEX triplet: 31, E6 and 6F. RGB value is (49,230,111). Sum of RGB (Red+Green+Blue) = 49+230+111=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 230 (90.23% from 255 or 58.97% from 390); Blue value is 111 (43.75% from 255 or 28.46% from 390); Max value from RGB is 230 - color contains mainly: green. Hex color #31E66F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31E66F is #CE1990. Grayscale: #A2A2A2. Windows color (decimal): -13506961 or 7333425. OLE color: 7333425.
HSL color Cylindrical-coordinate representation of color #31E66F: hue angle of 140.55º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E66F is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 49 | 230 | 111 | - |
| CMYK | 0.79 | 0 | 0.52 | 0.10 |
| HSL | 140.55º | 0.78% | 0.55% | - |
| HSV(B) | 140.55º | 0.79% | 0.9% | - |
| XYZ | 32.43 | 58.39 | 24.6 | - |
| YUV | 162.32 | 99.03 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 230 | 111 | 0.79 | 0 | 0.52 | 0.10 | 140.55 | 0.78 | 0.55 |
| Hex | 31 | E6 | 6F | 4F | 0 | 34 | A | 8D | 4E | 37 |
| Octal | 61 | 346 | 157 | 117 | 0 | 64 | 12 | 215 | 116 | 67 |
| Binary | 110001 | 11100110 | 1101111 | 1001111 | 0 | 110100 | 1010 | 10001101 | 1001110 | 110111 |
Color Harmonies of #31E66F
Complementary color
Monochromatic Colors of #31E66F
Black with #31E66F
Text Example
Text Example
White with #31E66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E66F; }
p { color: rgb(49,230,111); }
H1.HeaderClassName
{
color: #31E66F;
}
.AnyTagClassName
{
color: #31E66F;
}
</style>
background-color css
<style>
a { background-color: #31E66F; }
a { background-color: rgb(49,230,111); }
div.DivClassName
{
background-color: #31E66F;
}
.BgClassName
{
background-color: #31E66F;
}
</style>
border-color css
<style>
span { border-color: #31E66F; }
span { border-color: rgb(49,230,111); }
td.TdClassName
{
border-color: #31E66F;
}
.TagClassName
{
border-color: #31E66F;
}
</style>