Shades of Emerald #3DF77E
Tints of Emerald #3DF77E
RGB
CMYK
RGB Variations
Color information
#3DF77E (or 0x3DF77E) is known color: Emerald. HEX triplet: 3D, F7 and 7E. RGB value is (61,247,126). Sum of RGB (Red+Green+Blue) = 61+247+126=434 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.06% from 434); Green value is 247 (96.88% from 255 or 56.91% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF77E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF77E is #C20881. Grayscale: #B1B1B1. Windows color (decimal): -12716162 or 8320829. OLE color: 8320829.
HSL color Cylindrical-coordinate representation of color #3DF77E: hue angle of 140.97º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF77E is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 126 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.03 |
| HSL | 140.97º | 0.92% | 0.6% | - |
| HSV(B) | 140.97º | 0.75% | 0.97% | - |
| XYZ | 38.95 | 69.02 | 31.01 | - |
| YUV | 177.59 | 98.88 | 44.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 126 | 0.75 | 0 | 0.49 | 0.03 | 140.97 | 0.92 | 0.6 |
| Hex | 3D | F7 | 7E | 4B | 0 | 31 | 3 | 8D | 5C | 3C |
| Octal | 75 | 367 | 176 | 113 | 0 | 61 | 3 | 215 | 134 | 74 |
| Binary | 111101 | 11110111 | 1111110 | 1001011 | 0 | 110001 | 11 | 10001101 | 1011100 | 111100 |
Color Harmonies of #3DF77E
Complementary color
Monochromatic Colors of #3DF77E
Black with #3DF77E
Text Example
Text Example
White with #3DF77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF77E; }
p { color: rgb(61,247,126); }
H1.HeaderClassName
{
color: #3DF77E;
}
.AnyTagClassName
{
color: #3DF77E;
}
</style>
background-color css
<style>
a { background-color: #3DF77E; }
a { background-color: rgb(61,247,126); }
div.DivClassName
{
background-color: #3DF77E;
}
.BgClassName
{
background-color: #3DF77E;
}
</style>
border-color css
<style>
span { border-color: #3DF77E; }
span { border-color: rgb(61,247,126); }
td.TdClassName
{
border-color: #3DF77E;
}
.TagClassName
{
border-color: #3DF77E;
}
</style>