Shades of Emerald #31F17A
Tints of Emerald #31F17A
RGB
CMYK
RGB Variations
Color information
#31F17A (or 0x31F17A) is known color: Emerald. HEX triplet: 31, F1 and 7A. RGB value is (49,241,122). Sum of RGB (Red+Green+Blue) = 49+241+122=412 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.89% from 412); Green value is 241 (94.53% from 255 or 58.50% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 241 - color contains mainly: green. Hex color #31F17A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F17A is #CE0E85. Grayscale: #AAAAAA. Windows color (decimal): -13504134 or 8057137. OLE color: 8057137.
HSL color Cylindrical-coordinate representation of color #31F17A: hue angle of 142.81º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F17A is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 241 | 122 | - |
| CMYK | 0.80 | 0 | 0.49 | 0.05 |
| HSL | 142.81º | 0.87% | 0.57% | - |
| HSV(B) | 142.81º | 0.8% | 0.95% | - |
| XYZ | 36.23 | 64.97 | 29.04 | - |
| YUV | 170.03 | 100.89 | 41.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 241 | 122 | 0.80 | 0 | 0.49 | 0.05 | 142.81 | 0.87 | 0.57 |
| Hex | 31 | F1 | 7A | 50 | 0 | 31 | 5 | 8F | 57 | 39 |
| Octal | 61 | 361 | 172 | 120 | 0 | 61 | 5 | 217 | 127 | 71 |
| Binary | 110001 | 11110001 | 1111010 | 1010000 | 0 | 110001 | 101 | 10001111 | 1010111 | 111001 |
Color Harmonies of #31F17A
Complementary color
Monochromatic Colors of #31F17A
Black with #31F17A
Text Example
Text Example
White with #31F17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F17A; }
p { color: rgb(49,241,122); }
H1.HeaderClassName
{
color: #31F17A;
}
.AnyTagClassName
{
color: #31F17A;
}
</style>
background-color css
<style>
a { background-color: #31F17A; }
a { background-color: rgb(49,241,122); }
div.DivClassName
{
background-color: #31F17A;
}
.BgClassName
{
background-color: #31F17A;
}
</style>
border-color css
<style>
span { border-color: #31F17A; }
span { border-color: rgb(49,241,122); }
td.TdClassName
{
border-color: #31F17A;
}
.TagClassName
{
border-color: #31F17A;
}
</style>