Shades of Emerald #31EC6B
Tints of Emerald #31EC6B
RGB
CMYK
RGB Variations
Color information
#31EC6B (or 0x31EC6B) is known color: Emerald. HEX triplet: 31, EC and 6B. RGB value is (49,236,107). Sum of RGB (Red+Green+Blue) = 49+236+107=392 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.5% from 392); Green value is 236 (92.58% from 255 or 60.20% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 236 - color contains mainly: green. Hex color #31EC6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31EC6B is #CE1394. Grayscale: #A5A5A5. Windows color (decimal): -13505429 or 7072817. OLE color: 7072817.
HSL color Cylindrical-coordinate representation of color #31EC6B: hue angle of 138.61º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EC6B is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 107 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.07 |
| HSL | 138.61º | 0.83% | 0.56% | - |
| HSV(B) | 138.61º | 0.79% | 0.93% | - |
| XYZ | 33.92 | 61.71 | 24.03 | - |
| YUV | 165.38 | 95.05 | 44.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 107 | 0.79 | 0 | 0.55 | 0.07 | 138.61 | 0.83 | 0.56 |
| Hex | 31 | EC | 6B | 4F | 0 | 37 | 7 | 8B | 53 | 38 |
| Octal | 61 | 354 | 153 | 117 | 0 | 67 | 7 | 213 | 123 | 70 |
| Binary | 110001 | 11101100 | 1101011 | 1001111 | 0 | 110111 | 111 | 10001011 | 1010011 | 111000 |
Color Harmonies of #31EC6B
Complementary color
Monochromatic Colors of #31EC6B
Black with #31EC6B
Text Example
Text Example
White with #31EC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EC6B; }
p { color: rgb(49,236,107); }
H1.HeaderClassName
{
color: #31EC6B;
}
.AnyTagClassName
{
color: #31EC6B;
}
</style>
background-color css
<style>
a { background-color: #31EC6B; }
a { background-color: rgb(49,236,107); }
div.DivClassName
{
background-color: #31EC6B;
}
.BgClassName
{
background-color: #31EC6B;
}
</style>
border-color css
<style>
span { border-color: #31EC6B; }
span { border-color: rgb(49,236,107); }
td.TdClassName
{
border-color: #31EC6B;
}
.TagClassName
{
border-color: #31EC6B;
}
</style>