Shades of Emerald #31D667
Tints of Emerald #31D667
RGB
CMYK
RGB Variations
Color information
#31D667 (or 0x31D667) is known color: Emerald. HEX triplet: 31, D6 and 67. RGB value is (49,214,103). Sum of RGB (Red+Green+Blue) = 49+214+103=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 214 (83.98% from 255 or 58.47% from 366); Blue value is 103 (40.62% from 255 or 28.14% from 366); Max value from RGB is 214 - color contains mainly: green. Hex color #31D667 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D667 is #CE2998. Grayscale: #989898. Windows color (decimal): -13511065 or 6805041. OLE color: 6805041.
HSL color Cylindrical-coordinate representation of color #31D667: hue angle of 139.64º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D667 is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 214 | 103 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.16 |
| HSL | 139.64º | 0.67% | 0.52% | - |
| HSV(B) | 139.64º | 0.77% | 0.84% | - |
| XYZ | 27.76 | 49.73 | 20.97 | - |
| YUV | 152.01 | 100.34 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 214 | 103 | 0.77 | 0 | 0.52 | 0.16 | 139.64 | 0.67 | 0.52 |
| Hex | 31 | D6 | 67 | 4D | 0 | 34 | 10 | 8C | 43 | 34 |
| Octal | 61 | 326 | 147 | 115 | 0 | 64 | 20 | 214 | 103 | 64 |
| Binary | 110001 | 11010110 | 1100111 | 1001101 | 0 | 110100 | 10000 | 10001100 | 1000011 | 110100 |
Color Harmonies of #31D667
Complementary color
Monochromatic Colors of #31D667
Black with #31D667
Text Example
Text Example
White with #31D667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D667; }
p { color: rgb(49,214,103); }
H1.HeaderClassName
{
color: #31D667;
}
.AnyTagClassName
{
color: #31D667;
}
</style>
background-color css
<style>
a { background-color: #31D667; }
a { background-color: rgb(49,214,103); }
div.DivClassName
{
background-color: #31D667;
}
.BgClassName
{
background-color: #31D667;
}
</style>
border-color css
<style>
span { border-color: #31D667; }
span { border-color: rgb(49,214,103); }
td.TdClassName
{
border-color: #31D667;
}
.TagClassName
{
border-color: #31D667;
}
</style>