Shades of Emerald #31E77B
Tints of Emerald #31E77B
RGB
CMYK
RGB Variations
Color information
#31E77B (or 0x31E77B) is known color: Emerald. HEX triplet: 31, E7 and 7B. RGB value is (49,231,123). Sum of RGB (Red+Green+Blue) = 49+231+123=403 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.16% from 403); Green value is 231 (90.62% from 255 or 57.32% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 231 - color contains mainly: green. Hex color #31E77B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31E77B is #CE1884. Grayscale: #A4A4A4. Windows color (decimal): -13506693 or 8120113. OLE color: 8120113.
HSL color Cylindrical-coordinate representation of color #31E77B: hue angle of 144.4º 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 #31E77B is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 231 | 123 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.09 |
| HSL | 144.4º | 0.79% | 0.55% | - |
| HSV(B) | 144.4º | 0.79% | 0.91% | - |
| XYZ | 33.42 | 59.23 | 28.41 | - |
| YUV | 164.27 | 104.7 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 231 | 123 | 0.79 | 0 | 0.47 | 0.09 | 144.4 | 0.79 | 0.55 |
| Hex | 31 | E7 | 7B | 4F | 0 | 2F | 9 | 90 | 4F | 37 |
| Octal | 61 | 347 | 173 | 117 | 0 | 57 | 11 | 220 | 117 | 67 |
| Binary | 110001 | 11100111 | 1111011 | 1001111 | 0 | 101111 | 1001 | 10010000 | 1001111 | 110111 |
Color Harmonies of #31E77B
Complementary color
Monochromatic Colors of #31E77B
Black with #31E77B
Text Example
Text Example
White with #31E77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E77B; }
p { color: rgb(49,231,123); }
H1.HeaderClassName
{
color: #31E77B;
}
.AnyTagClassName
{
color: #31E77B;
}
</style>
background-color css
<style>
a { background-color: #31E77B; }
a { background-color: rgb(49,231,123); }
div.DivClassName
{
background-color: #31E77B;
}
.BgClassName
{
background-color: #31E77B;
}
</style>
border-color css
<style>
span { border-color: #31E77B; }
span { border-color: rgb(49,231,123); }
td.TdClassName
{
border-color: #31E77B;
}
.TagClassName
{
border-color: #31E77B;
}
</style>