Shades of Emerald #3FDD84
Tints of Emerald #3FDD84
RGB
CMYK
RGB Variations
Color information
#3FDD84 (or 0x3FDD84) is known color: Emerald. HEX triplet: 3F, DD and 84. RGB value is (63,221,132). Sum of RGB (Red+Green+Blue) = 63+221+132=416 (55% of max value = 765). Red value is 63 (25% from 255 or 15.14% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDD84 is #C0227B. Grayscale: #A3A3A3. Windows color (decimal): -12591740 or 8707391. OLE color: 8707391.
HSL color Cylindrical-coordinate representation of color #3FDD84: hue angle of 146.2º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDD84 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 132 | - |
| CMYK | 0.71 | 0 | 0.40 | 0.13 |
| HSL | 146.2º | 0.7% | 0.56% | - |
| HSV(B) | 146.2º | 0.71% | 0.87% | - |
| XYZ | 32.07 | 54.44 | 30.65 | - |
| YUV | 163.61 | 110.15 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 132 | 0.71 | 0 | 0.40 | 0.13 | 146.2 | 0.7 | 0.56 |
| Hex | 3F | DD | 84 | 47 | 0 | 28 | D | 92 | 46 | 38 |
| Octal | 77 | 335 | 204 | 107 | 0 | 50 | 15 | 222 | 106 | 70 |
| Binary | 111111 | 11011101 | 10000100 | 1000111 | 0 | 101000 | 1101 | 10010010 | 1000110 | 111000 |
Color Harmonies of #3FDD84
Complementary color
Monochromatic Colors of #3FDD84
Black with #3FDD84
Text Example
Text Example
White with #3FDD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDD84; }
p { color: rgb(63,221,132); }
H1.HeaderClassName
{
color: #3FDD84;
}
.AnyTagClassName
{
color: #3FDD84;
}
</style>
background-color css
<style>
a { background-color: #3FDD84; }
a { background-color: rgb(63,221,132); }
div.DivClassName
{
background-color: #3FDD84;
}
.BgClassName
{
background-color: #3FDD84;
}
</style>
border-color css
<style>
span { border-color: #3FDD84; }
span { border-color: rgb(63,221,132); }
td.TdClassName
{
border-color: #3FDD84;
}
.TagClassName
{
border-color: #3FDD84;
}
</style>