Shades of Emerald #31F071
Tints of Emerald #31F071
RGB
CMYK
RGB Variations
Color information
#31F071 (or 0x31F071) is known color: Emerald. HEX triplet: 31, F0 and 71. RGB value is (49,240,113). Sum of RGB (Red+Green+Blue) = 49+240+113=402 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.19% from 402); Green value is 240 (94.14% from 255 or 59.70% from 402); Blue value is 113 (44.53% from 255 or 28.11% from 402); Max value from RGB is 240 - color contains mainly: green. Hex color #31F071 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F071 is #CE0F8E. Grayscale: #A8A8A8. Windows color (decimal): -13504399 or 7467057. OLE color: 7467057.
HSL color Cylindrical-coordinate representation of color #31F071: hue angle of 140.1º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F071 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 240 | 113 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.06 |
| HSL | 140.1º | 0.86% | 0.57% | - |
| HSV(B) | 140.1º | 0.8% | 0.94% | - |
| XYZ | 35.41 | 64.17 | 26.14 | - |
| YUV | 168.41 | 96.72 | 42.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 240 | 113 | 0.80 | 0 | 0.53 | 0.06 | 140.1 | 0.86 | 0.57 |
| Hex | 31 | F0 | 71 | 50 | 0 | 35 | 6 | 8C | 56 | 39 |
| Octal | 61 | 360 | 161 | 120 | 0 | 65 | 6 | 214 | 126 | 71 |
| Binary | 110001 | 11110000 | 1110001 | 1010000 | 0 | 110101 | 110 | 10001100 | 1010110 | 111001 |
Color Harmonies of #31F071
Complementary color
Monochromatic Colors of #31F071
Black with #31F071
Text Example
Text Example
White with #31F071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F071; }
p { color: rgb(49,240,113); }
H1.HeaderClassName
{
color: #31F071;
}
.AnyTagClassName
{
color: #31F071;
}
</style>
background-color css
<style>
a { background-color: #31F071; }
a { background-color: rgb(49,240,113); }
div.DivClassName
{
background-color: #31F071;
}
.BgClassName
{
background-color: #31F071;
}
</style>
border-color css
<style>
span { border-color: #31F071; }
span { border-color: rgb(49,240,113); }
td.TdClassName
{
border-color: #31F071;
}
.TagClassName
{
border-color: #31F071;
}
</style>