Shades of Emerald #3DFA7D
Tints of Emerald #3DFA7D
RGB
CMYK
RGB Variations
Color information
#3DFA7D (or 0x3DFA7D) is known color: Emerald. HEX triplet: 3D, FA and 7D. RGB value is (61,250,125). Sum of RGB (Red+Green+Blue) = 61+250+125=436 (57% of max value = 765). Red value is 61 (24.22% from 255 or 13.99% from 436); Green value is 250 (98.05% from 255 or 57.34% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 250 - color contains mainly: green. Hex color #3DFA7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DFA7D is #C20582. Grayscale: #B3B3B3. Windows color (decimal): -12715395 or 8256061. OLE color: 8256061.
HSL color Cylindrical-coordinate representation of color #3DFA7D: hue angle of 140.32º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFA7D is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 250 | 125 | - |
| CMYK | 0.76 | 0 | 0.50 | 0.02 |
| HSL | 140.32º | 0.95% | 0.61% | - |
| HSV(B) | 140.32º | 0.76% | 0.98% | - |
| XYZ | 39.81 | 70.84 | 30.98 | - |
| YUV | 179.24 | 97.38 | 43.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 250 | 125 | 0.76 | 0 | 0.50 | 0.02 | 140.32 | 0.95 | 0.61 |
| Hex | 3D | FA | 7D | 4C | 0 | 32 | 2 | 8C | 5F | 3D |
| Octal | 75 | 372 | 175 | 114 | 0 | 62 | 2 | 214 | 137 | 75 |
| Binary | 111101 | 11111010 | 1111101 | 1001100 | 0 | 110010 | 10 | 10001100 | 1011111 | 111101 |
Color Harmonies of #3DFA7D
Complementary color
Monochromatic Colors of #3DFA7D
Black with #3DFA7D
Text Example
Text Example
White with #3DFA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DFA7D; }
p { color: rgb(61,250,125); }
H1.HeaderClassName
{
color: #3DFA7D;
}
.AnyTagClassName
{
color: #3DFA7D;
}
</style>
background-color css
<style>
a { background-color: #3DFA7D; }
a { background-color: rgb(61,250,125); }
div.DivClassName
{
background-color: #3DFA7D;
}
.BgClassName
{
background-color: #3DFA7D;
}
</style>
border-color css
<style>
span { border-color: #3DFA7D; }
span { border-color: rgb(61,250,125); }
td.TdClassName
{
border-color: #3DFA7D;
}
.TagClassName
{
border-color: #3DFA7D;
}
</style>