Shades of Emerald #3DF47C
Tints of Emerald #3DF47C
RGB
CMYK
RGB Variations
Color information
#3DF47C (or 0x3DF47C) is known color: Emerald. HEX triplet: 3D, F4 and 7C. RGB value is (61,244,124). Sum of RGB (Red+Green+Blue) = 61+244+124=429 (56% of max value = 765). Red value is 61 (24.22% from 255 or 14.22% from 429); Green value is 244 (95.70% from 255 or 56.88% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF47C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF47C is #C20B83. Grayscale: #AFAFAF. Windows color (decimal): -12716932 or 8188989. OLE color: 8188989.
HSL color Cylindrical-coordinate representation of color #3DF47C: hue angle of 140.66º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF47C is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 244 | 124 | - |
| CMYK | 0.75 | 0 | 0.49 | 0.04 |
| HSL | 140.66º | 0.89% | 0.6% | - |
| HSV(B) | 140.66º | 0.75% | 0.96% | - |
| XYZ | 37.91 | 67.15 | 30.03 | - |
| YUV | 175.6 | 98.87 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 244 | 124 | 0.75 | 0 | 0.49 | 0.04 | 140.66 | 0.89 | 0.6 |
| Hex | 3D | F4 | 7C | 4B | 0 | 31 | 4 | 8D | 59 | 3C |
| Octal | 75 | 364 | 174 | 113 | 0 | 61 | 4 | 215 | 131 | 74 |
| Binary | 111101 | 11110100 | 1111100 | 1001011 | 0 | 110001 | 100 | 10001101 | 1011001 | 111100 |
Color Harmonies of #3DF47C
Complementary color
Monochromatic Colors of #3DF47C
Black with #3DF47C
Text Example
Text Example
White with #3DF47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF47C; }
p { color: rgb(61,244,124); }
H1.HeaderClassName
{
color: #3DF47C;
}
.AnyTagClassName
{
color: #3DF47C;
}
</style>
background-color css
<style>
a { background-color: #3DF47C; }
a { background-color: rgb(61,244,124); }
div.DivClassName
{
background-color: #3DF47C;
}
.BgClassName
{
background-color: #3DF47C;
}
</style>
border-color css
<style>
span { border-color: #3DF47C; }
span { border-color: rgb(61,244,124); }
td.TdClassName
{
border-color: #3DF47C;
}
.TagClassName
{
border-color: #3DF47C;
}
</style>