Shades of Emerald #31DF6C
Tints of Emerald #31DF6C
RGB
CMYK
RGB Variations
Color information
#31DF6C (or 0x31DF6C) is known color: Emerald. HEX triplet: 31, DF and 6C. RGB value is (49,223,108). Sum of RGB (Red+Green+Blue) = 49+223+108=380 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.89% from 380); Green value is 223 (87.5% from 255 or 58.68% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 223 - color contains mainly: green. Hex color #31DF6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DF6C is #CE2093. Grayscale: #9E9E9E. Windows color (decimal): -13508756 or 7135025. OLE color: 7135025.
HSL color Cylindrical-coordinate representation of color #31DF6C: hue angle of 140.34º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DF6C is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 223 | 108 | - |
| CMYK | 0.78 | 0 | 0.52 | 0.13 |
| HSL | 140.34º | 0.73% | 0.53% | - |
| HSV(B) | 140.34º | 0.78% | 0.87% | - |
| XYZ | 30.36 | 54.51 | 23.11 | - |
| YUV | 157.86 | 99.85 | 50.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 223 | 108 | 0.78 | 0 | 0.52 | 0.13 | 140.34 | 0.73 | 0.53 |
| Hex | 31 | DF | 6C | 4E | 0 | 34 | D | 8C | 49 | 35 |
| Octal | 61 | 337 | 154 | 116 | 0 | 64 | 15 | 214 | 111 | 65 |
| Binary | 110001 | 11011111 | 1101100 | 1001110 | 0 | 110100 | 1101 | 10001100 | 1001001 | 110101 |
Color Harmonies of #31DF6C
Complementary color
Monochromatic Colors of #31DF6C
Black with #31DF6C
Text Example
Text Example
White with #31DF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DF6C; }
p { color: rgb(49,223,108); }
H1.HeaderClassName
{
color: #31DF6C;
}
.AnyTagClassName
{
color: #31DF6C;
}
</style>
background-color css
<style>
a { background-color: #31DF6C; }
a { background-color: rgb(49,223,108); }
div.DivClassName
{
background-color: #31DF6C;
}
.BgClassName
{
background-color: #31DF6C;
}
</style>
border-color css
<style>
span { border-color: #31DF6C; }
span { border-color: rgb(49,223,108); }
td.TdClassName
{
border-color: #31DF6C;
}
.TagClassName
{
border-color: #31DF6C;
}
</style>