Shades of Emerald #3DF87A
Tints of Emerald #3DF87A
RGB
CMYK
RGB Variations
Color information
#3DF87A (or 0x3DF87A) is known color: Emerald. HEX triplet: 3D, F8 and 7A. RGB value is (61,248,122). Sum of RGB (Red+Green+Blue) = 61+248+122=431 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.15% from 431); Green value is 248 (97.27% from 255 or 57.54% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF87A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DF87A is #C20785. Grayscale: #B2B2B2. Windows color (decimal): -12715910 or 8058941. OLE color: 8058941.
HSL color Cylindrical-coordinate representation of color #3DF87A: hue angle of 139.57º 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 #3DF87A is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 61 | 248 | 122 | - |
| CMYK | 0.75 | 0 | 0.51 | 0.03 |
| HSL | 139.57º | 0.93% | 0.61% | - |
| HSV(B) | 139.57º | 0.75% | 0.97% | - |
| XYZ | 39 | 69.53 | 29.78 | - |
| YUV | 177.72 | 96.55 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 248 | 122 | 0.75 | 0 | 0.51 | 0.03 | 139.57 | 0.93 | 0.61 |
| Hex | 3D | F8 | 7A | 4B | 0 | 33 | 3 | 8C | 5D | 3D |
| Octal | 75 | 370 | 172 | 113 | 0 | 63 | 3 | 214 | 135 | 75 |
| Binary | 111101 | 11111000 | 1111010 | 1001011 | 0 | 110011 | 11 | 10001100 | 1011101 | 111101 |
Color Harmonies of #3DF87A
Complementary color
Monochromatic Colors of #3DF87A
Black with #3DF87A
Text Example
Text Example
White with #3DF87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DF87A; }
p { color: rgb(61,248,122); }
H1.HeaderClassName
{
color: #3DF87A;
}
.AnyTagClassName
{
color: #3DF87A;
}
</style>
background-color css
<style>
a { background-color: #3DF87A; }
a { background-color: rgb(61,248,122); }
div.DivClassName
{
background-color: #3DF87A;
}
.BgClassName
{
background-color: #3DF87A;
}
</style>
border-color css
<style>
span { border-color: #3DF87A; }
span { border-color: rgb(61,248,122); }
td.TdClassName
{
border-color: #3DF87A;
}
.TagClassName
{
border-color: #3DF87A;
}
</style>