Shades of Emerald #31DC69
Tints of Emerald #31DC69
RGB
CMYK
RGB Variations
Color information
#31DC69 (or 0x31DC69) is known color: Emerald. HEX triplet: 31, DC and 69. RGB value is (49,220,105). Sum of RGB (Red+Green+Blue) = 49+220+105=374 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.10% from 374); Green value is 220 (86.33% from 255 or 58.82% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 220 - color contains mainly: green. Hex color #31DC69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31DC69 is #CE2396. Grayscale: #9C9C9C. Windows color (decimal): -13509527 or 6937649. OLE color: 6937649.
HSL color Cylindrical-coordinate representation of color #31DC69: hue angle of 139.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DC69 is Cyan = 0.78, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 220 | 105 | - |
| CMYK | 0.78 | 0 | 0.52 | 0.14 |
| HSL | 139.65º | 0.71% | 0.53% | - |
| HSV(B) | 139.65º | 0.78% | 0.86% | - |
| XYZ | 29.41 | 52.86 | 22.02 | - |
| YUV | 155.76 | 99.35 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 220 | 105 | 0.78 | 0 | 0.52 | 0.14 | 139.65 | 0.71 | 0.53 |
| Hex | 31 | DC | 69 | 4E | 0 | 34 | E | 8C | 47 | 35 |
| Octal | 61 | 334 | 151 | 116 | 0 | 64 | 16 | 214 | 107 | 65 |
| Binary | 110001 | 11011100 | 1101001 | 1001110 | 0 | 110100 | 1110 | 10001100 | 1000111 | 110101 |
Color Harmonies of #31DC69
Complementary color
Monochromatic Colors of #31DC69
Black with #31DC69
Text Example
Text Example
White with #31DC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31DC69; }
p { color: rgb(49,220,105); }
H1.HeaderClassName
{
color: #31DC69;
}
.AnyTagClassName
{
color: #31DC69;
}
</style>
background-color css
<style>
a { background-color: #31DC69; }
a { background-color: rgb(49,220,105); }
div.DivClassName
{
background-color: #31DC69;
}
.BgClassName
{
background-color: #31DC69;
}
</style>
border-color css
<style>
span { border-color: #31DC69; }
span { border-color: rgb(49,220,105); }
td.TdClassName
{
border-color: #31DC69;
}
.TagClassName
{
border-color: #31DC69;
}
</style>