Shades of Emerald #31E779
Tints of Emerald #31E779
RGB
CMYK
RGB Variations
Color information
#31E779 (or 0x31E779) is known color: Emerald. HEX triplet: 31, E7 and 79. RGB value is (49,231,121). Sum of RGB (Red+Green+Blue) = 49+231+121=401 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.22% from 401); Green value is 231 (90.62% from 255 or 57.61% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 231 - color contains mainly: green. Hex color #31E779 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31E779 is #CE1886. Grayscale: #A4A4A4. Windows color (decimal): -13506695 or 7989041. OLE color: 7989041.
HSL color Cylindrical-coordinate representation of color #31E779: hue angle of 143.74º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E779 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 231 | 121 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.09 |
| HSL | 143.74º | 0.79% | 0.55% | - |
| HSV(B) | 143.74º | 0.79% | 0.91% | - |
| XYZ | 33.29 | 59.19 | 27.76 | - |
| YUV | 164.04 | 103.7 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 231 | 121 | 0.79 | 0 | 0.48 | 0.09 | 143.74 | 0.79 | 0.55 |
| Hex | 31 | E7 | 79 | 4F | 0 | 30 | 9 | 90 | 4F | 37 |
| Octal | 61 | 347 | 171 | 117 | 0 | 60 | 11 | 220 | 117 | 67 |
| Binary | 110001 | 11100111 | 1111001 | 1001111 | 0 | 110000 | 1001 | 10010000 | 1001111 | 110111 |
Color Harmonies of #31E779
Complementary color
Monochromatic Colors of #31E779
Black with #31E779
Text Example
Text Example
White with #31E779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E779; }
p { color: rgb(49,231,121); }
H1.HeaderClassName
{
color: #31E779;
}
.AnyTagClassName
{
color: #31E779;
}
</style>
background-color css
<style>
a { background-color: #31E779; }
a { background-color: rgb(49,231,121); }
div.DivClassName
{
background-color: #31E779;
}
.BgClassName
{
background-color: #31E779;
}
</style>
border-color css
<style>
span { border-color: #31E779; }
span { border-color: rgb(49,231,121); }
td.TdClassName
{
border-color: #31E779;
}
.TagClassName
{
border-color: #31E779;
}
</style>