Shades of Emerald #31E96C
Tints of Emerald #31E96C
RGB
CMYK
RGB Variations
Color information
#31E96C (or 0x31E96C) is known color: Emerald. HEX triplet: 31, E9 and 6C. RGB value is (49,233,108). Sum of RGB (Red+Green+Blue) = 49+233+108=390 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.56% from 390); Green value is 233 (91.41% from 255 or 59.74% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 233 - color contains mainly: green. Hex color #31E96C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31E96C is #CE1693. Grayscale: #A4A4A4. Windows color (decimal): -13506196 or 7137585. OLE color: 7137585.
HSL color Cylindrical-coordinate representation of color #31E96C: hue angle of 139.24º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E96C is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 233 | 108 | - |
| CMYK | 0.79 | 0 | 0.54 | 0.09 |
| HSL | 139.24º | 0.81% | 0.55% | - |
| HSV(B) | 139.24º | 0.79% | 0.91% | - |
| XYZ | 33.11 | 60.01 | 24.03 | - |
| YUV | 163.73 | 96.54 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 233 | 108 | 0.79 | 0 | 0.54 | 0.09 | 139.24 | 0.81 | 0.55 |
| Hex | 31 | E9 | 6C | 4F | 0 | 36 | 9 | 8B | 51 | 37 |
| Octal | 61 | 351 | 154 | 117 | 0 | 66 | 11 | 213 | 121 | 67 |
| Binary | 110001 | 11101001 | 1101100 | 1001111 | 0 | 110110 | 1001 | 10001011 | 1010001 | 110111 |
Color Harmonies of #31E96C
Complementary color
Monochromatic Colors of #31E96C
Black with #31E96C
Text Example
Text Example
White with #31E96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E96C; }
p { color: rgb(49,233,108); }
H1.HeaderClassName
{
color: #31E96C;
}
.AnyTagClassName
{
color: #31E96C;
}
</style>
background-color css
<style>
a { background-color: #31E96C; }
a { background-color: rgb(49,233,108); }
div.DivClassName
{
background-color: #31E96C;
}
.BgClassName
{
background-color: #31E96C;
}
</style>
border-color css
<style>
span { border-color: #31E96C; }
span { border-color: rgb(49,233,108); }
td.TdClassName
{
border-color: #31E96C;
}
.TagClassName
{
border-color: #31E96C;
}
</style>