Shades of Emerald #31F17C
Tints of Emerald #31F17C
RGB
CMYK
RGB Variations
Color information
#31F17C (or 0x31F17C) is known color: Emerald. HEX triplet: 31, F1 and 7C. RGB value is (49,241,124). Sum of RGB (Red+Green+Blue) = 49+241+124=414 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.84% from 414); Green value is 241 (94.53% from 255 or 58.21% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 241 - color contains mainly: green. Hex color #31F17C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F17C is #CE0E83. Grayscale: #AAAAAA. Windows color (decimal): -13504132 or 8188209. OLE color: 8188209.
HSL color Cylindrical-coordinate representation of color #31F17C: hue angle of 143.44º 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 #31F17C is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 241 | 124 | - |
| CMYK | 0.80 | 0 | 0.49 | 0.05 |
| HSL | 143.44º | 0.87% | 0.57% | - |
| HSV(B) | 143.44º | 0.8% | 0.95% | - |
| XYZ | 36.36 | 65.02 | 29.7 | - |
| YUV | 170.25 | 101.89 | 41.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 241 | 124 | 0.80 | 0 | 0.49 | 0.05 | 143.44 | 0.87 | 0.57 |
| Hex | 31 | F1 | 7C | 50 | 0 | 31 | 5 | 8F | 57 | 39 |
| Octal | 61 | 361 | 174 | 120 | 0 | 61 | 5 | 217 | 127 | 71 |
| Binary | 110001 | 11110001 | 1111100 | 1010000 | 0 | 110001 | 101 | 10001111 | 1010111 | 111001 |
Color Harmonies of #31F17C
Complementary color
Monochromatic Colors of #31F17C
Black with #31F17C
Text Example
Text Example
White with #31F17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F17C; }
p { color: rgb(49,241,124); }
H1.HeaderClassName
{
color: #31F17C;
}
.AnyTagClassName
{
color: #31F17C;
}
</style>
background-color css
<style>
a { background-color: #31F17C; }
a { background-color: rgb(49,241,124); }
div.DivClassName
{
background-color: #31F17C;
}
.BgClassName
{
background-color: #31F17C;
}
</style>
border-color css
<style>
span { border-color: #31F17C; }
span { border-color: rgb(49,241,124); }
td.TdClassName
{
border-color: #31F17C;
}
.TagClassName
{
border-color: #31F17C;
}
</style>