Shades of Emerald #3DF77D
Tints of Emerald #3DF77D
RGB
CMYK
RGB Variations
Color information
#3DF77D (or 0x3DF77D) is known color: Emerald. HEX triplet: 3D, F7 and 7D. RGB value is (61,247,125). Sum of RGB (Red+Green+Blue) = 61+247+125=433 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.09% from 433); Green value is 247 (96.88% from 255 or 57.04% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 247 - color contains mainly: green. Hex color #3DF77D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF77D is #C20882. Grayscale: #B1B1B1. Windows color (decimal): -12716163 or 8255293. OLE color: 8255293.
HSL color Cylindrical-coordinate representation of color #3DF77D: hue angle of 140.65º 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 #3DF77D is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 247 | 125 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.03 |
| HSL | 140.65º | 0.92% | 0.6% | - |
| HSV(B) | 140.65º | 0.75% | 0.97% | - |
| XYZ | 38.89 | 68.99 | 30.67 | - |
| YUV | 177.48 | 98.38 | 44.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 247 | 125 | 0.75 | 0 | 0.49 | 0.03 | 140.65 | 0.92 | 0.6 |
| Hex | 3D | F7 | 7D | 4B | 0 | 31 | 3 | 8D | 5C | 3C |
| Octal | 75 | 367 | 175 | 113 | 0 | 61 | 3 | 215 | 134 | 74 |
| Binary | 111101 | 11110111 | 1111101 | 1001011 | 0 | 110001 | 11 | 10001101 | 1011100 | 111100 |
Color Harmonies of #3DF77D
Complementary color
Monochromatic Colors of #3DF77D
Black with #3DF77D
Text Example
Text Example
White with #3DF77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF77D; }
p { color: rgb(61,247,125); }
H1.HeaderClassName
{
color: #3DF77D;
}
.AnyTagClassName
{
color: #3DF77D;
}
</style>
background-color css
<style>
a { background-color: #3DF77D; }
a { background-color: rgb(61,247,125); }
div.DivClassName
{
background-color: #3DF77D;
}
.BgClassName
{
background-color: #3DF77D;
}
</style>
border-color css
<style>
span { border-color: #3DF77D; }
span { border-color: rgb(61,247,125); }
td.TdClassName
{
border-color: #3DF77D;
}
.TagClassName
{
border-color: #3DF77D;
}
</style>