Shades of Emerald #3FD082
Tints of Emerald #3FD082
RGB
CMYK
RGB Variations
Color information
#3FD082 (or 0x3FD082) is known color: Emerald. HEX triplet: 3F, D0 and 82. RGB value is (63,208,130). Sum of RGB (Red+Green+Blue) = 63+208+130=401 (53% of max value = 765). Red value is 63 (25% from 255 or 15.71% from 401); Green value is 208 (81.64% from 255 or 51.87% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 208 - color contains mainly: green. Hex color #3FD082 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FD082 is #C02F7D. Grayscale: #9B9B9B. Windows color (decimal): -12595070 or 8572991. OLE color: 8572991.
HSL color Cylindrical-coordinate representation of color #3FD082: hue angle of 147.72º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FD082 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 63 | 208 | 130 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.18 |
| HSL | 147.72º | 0.61% | 0.53% | - |
| HSV(B) | 147.72º | 0.7% | 0.82% | - |
| XYZ | 28.64 | 47.78 | 28.83 | - |
| YUV | 155.75 | 113.46 | 61.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 208 | 130 | 0.70 | 0 | 0.38 | 0.18 | 147.72 | 0.61 | 0.53 |
| Hex | 3F | D0 | 82 | 46 | 0 | 26 | 12 | 94 | 3D | 35 |
| Octal | 77 | 320 | 202 | 106 | 0 | 46 | 22 | 224 | 75 | 65 |
| Binary | 111111 | 11010000 | 10000010 | 1000110 | 0 | 100110 | 10010 | 10010100 | 111101 | 110101 |
Color Harmonies of #3FD082
Complementary color
Monochromatic Colors of #3FD082
Black with #3FD082
Text Example
Text Example
White with #3FD082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD082; }
p { color: rgb(63,208,130); }
H1.HeaderClassName
{
color: #3FD082;
}
.AnyTagClassName
{
color: #3FD082;
}
</style>
background-color css
<style>
a { background-color: #3FD082; }
a { background-color: rgb(63,208,130); }
div.DivClassName
{
background-color: #3FD082;
}
.BgClassName
{
background-color: #3FD082;
}
</style>
border-color css
<style>
span { border-color: #3FD082; }
span { border-color: rgb(63,208,130); }
td.TdClassName
{
border-color: #3FD082;
}
.TagClassName
{
border-color: #3FD082;
}
</style>