Shades of Emerald #31DF69
Tints of Emerald #31DF69
RGB
CMYK
RGB Variations
Color information
#31DF69 (or 0x31DF69) is known color: Emerald. HEX triplet: 31, DF and 69. RGB value is (49,223,105). Sum of RGB (Red+Green+Blue) = 49+223+105=377 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.00% from 377); Green value is 223 (87.5% from 255 or 59.15% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 223 - color contains mainly: green. Hex color #31DF69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DF69 is #CE2096. Grayscale: #9D9D9D. Windows color (decimal): -13508759 or 6938417. OLE color: 6938417.
HSL color Cylindrical-coordinate representation of color #31DF69: hue angle of 139.31º 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 #31DF69 is Cyan = 0.78, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 223 | 105 | - |
| CMYK | 0.78 | 0 | 0.53 | 0.13 |
| HSL | 139.31º | 0.73% | 0.53% | - |
| HSV(B) | 139.31º | 0.78% | 0.87% | - |
| XYZ | 30.2 | 54.45 | 22.28 | - |
| YUV | 157.52 | 98.35 | 50.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 223 | 105 | 0.78 | 0 | 0.53 | 0.13 | 139.31 | 0.73 | 0.53 |
| Hex | 31 | DF | 69 | 4E | 0 | 35 | D | 8B | 49 | 35 |
| Octal | 61 | 337 | 151 | 116 | 0 | 65 | 15 | 213 | 111 | 65 |
| Binary | 110001 | 11011111 | 1101001 | 1001110 | 0 | 110101 | 1101 | 10001011 | 1001001 | 110101 |
Color Harmonies of #31DF69
Complementary color
Monochromatic Colors of #31DF69
Black with #31DF69
Text Example
Text Example
White with #31DF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DF69; }
p { color: rgb(49,223,105); }
H1.HeaderClassName
{
color: #31DF69;
}
.AnyTagClassName
{
color: #31DF69;
}
</style>
background-color css
<style>
a { background-color: #31DF69; }
a { background-color: rgb(49,223,105); }
div.DivClassName
{
background-color: #31DF69;
}
.BgClassName
{
background-color: #31DF69;
}
</style>
border-color css
<style>
span { border-color: #31DF69; }
span { border-color: rgb(49,223,105); }
td.TdClassName
{
border-color: #31DF69;
}
.TagClassName
{
border-color: #31DF69;
}
</style>