Shades of Emerald #31EC6D
Tints of Emerald #31EC6D
RGB
CMYK
RGB Variations
Color information
#31EC6D (or 0x31EC6D) is known color: Emerald. HEX triplet: 31, EC and 6D. RGB value is (49,236,109). Sum of RGB (Red+Green+Blue) = 49+236+109=394 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.44% from 394); Green value is 236 (92.58% from 255 or 59.90% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 236 - color contains mainly: green. Hex color #31EC6D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31EC6D is #CE1392. Grayscale: #A5A5A5. Windows color (decimal): -13505427 or 7203889. OLE color: 7203889.
HSL color Cylindrical-coordinate representation of color #31EC6D: hue angle of 139.25º 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 #31EC6D is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 109 | - |
| CMYK | 0.79 | 0 | 0.54 | 0.07 |
| HSL | 139.25º | 0.83% | 0.56% | - |
| HSV(B) | 139.25º | 0.79% | 0.93% | - |
| XYZ | 34.02 | 61.75 | 24.59 | - |
| YUV | 165.61 | 96.05 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 109 | 0.79 | 0 | 0.54 | 0.07 | 139.25 | 0.83 | 0.56 |
| Hex | 31 | EC | 6D | 4F | 0 | 36 | 7 | 8B | 53 | 38 |
| Octal | 61 | 354 | 155 | 117 | 0 | 66 | 7 | 213 | 123 | 70 |
| Binary | 110001 | 11101100 | 1101101 | 1001111 | 0 | 110110 | 111 | 10001011 | 1010011 | 111000 |
Color Harmonies of #31EC6D
Complementary color
Monochromatic Colors of #31EC6D
Black with #31EC6D
Text Example
Text Example
White with #31EC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EC6D; }
p { color: rgb(49,236,109); }
H1.HeaderClassName
{
color: #31EC6D;
}
.AnyTagClassName
{
color: #31EC6D;
}
</style>
background-color css
<style>
a { background-color: #31EC6D; }
a { background-color: rgb(49,236,109); }
div.DivClassName
{
background-color: #31EC6D;
}
.BgClassName
{
background-color: #31EC6D;
}
</style>
border-color css
<style>
span { border-color: #31EC6D; }
span { border-color: rgb(49,236,109); }
td.TdClassName
{
border-color: #31EC6D;
}
.TagClassName
{
border-color: #31EC6D;
}
</style>