Shades of Emerald #3DF87C
Tints of Emerald #3DF87C
RGB
CMYK
RGB Variations
Color information
#3DF87C (or 0x3DF87C) is known color: Emerald. HEX triplet: 3D, F8 and 7C. RGB value is (61,248,124). Sum of RGB (Red+Green+Blue) = 61+248+124=433 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.09% from 433); Green value is 248 (97.27% from 255 or 57.27% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF87C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF87C is #C20783. Grayscale: #B2B2B2. Windows color (decimal): -12715908 or 8190013. OLE color: 8190013.
HSL color Cylindrical-coordinate representation of color #3DF87C: hue angle of 140.21º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF87C is Cyan = 0.75, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 124 | - |
| CMYK | 0.75 | 0 | 0.5 | 0.03 |
| HSL | 140.21º | 0.93% | 0.61% | - |
| HSV(B) | 140.21º | 0.75% | 0.97% | - |
| XYZ | 39.13 | 69.58 | 30.44 | - |
| YUV | 177.95 | 97.55 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 124 | 0.75 | 0 | 0.5 | 0.03 | 140.21 | 0.93 | 0.61 |
| Hex | 3D | F8 | 7C | 4B | 0 | 32 | 3 | 8C | 5D | 3D |
| Octal | 75 | 370 | 174 | 113 | 0 | 62 | 3 | 214 | 135 | 75 |
| Binary | 111101 | 11111000 | 1111100 | 1001011 | 0 | 110010 | 11 | 10001100 | 1011101 | 111101 |
Color Harmonies of #3DF87C
Complementary color
Monochromatic Colors of #3DF87C
Black with #3DF87C
Text Example
Text Example
White with #3DF87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF87C; }
p { color: rgb(61,248,124); }
H1.HeaderClassName
{
color: #3DF87C;
}
.AnyTagClassName
{
color: #3DF87C;
}
</style>
background-color css
<style>
a { background-color: #3DF87C; }
a { background-color: rgb(61,248,124); }
div.DivClassName
{
background-color: #3DF87C;
}
.BgClassName
{
background-color: #3DF87C;
}
</style>
border-color css
<style>
span { border-color: #3DF87C; }
span { border-color: rgb(61,248,124); }
td.TdClassName
{
border-color: #3DF87C;
}
.TagClassName
{
border-color: #3DF87C;
}
</style>