Shades of Emerald #3FDD70
Tints of Emerald #3FDD70
RGB
CMYK
RGB Variations
Color information
#3FDD70 (or 0x3FDD70) is known color: Emerald. HEX triplet: 3F, DD and 70. RGB value is (63,221,112). Sum of RGB (Red+Green+Blue) = 63+221+112=396 (52% of max value = 765). Red value is 63 (25% from 255 or 15.91% from 396); Green value is 221 (86.72% from 255 or 55.81% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDD70 is #C0228F. Grayscale: #A1A1A1. Windows color (decimal): -12591760 or 7396671. OLE color: 7396671.
HSL color Cylindrical-coordinate representation of color #3FDD70: hue angle of 138.61º 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 #3FDD70 is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 221 | 112 | - |
| CMYK | 0.71 | 0 | 0.49 | 0.13 |
| HSL | 138.61º | 0.7% | 0.56% | - |
| HSV(B) | 138.61º | 0.71% | 0.87% | - |
| XYZ | 30.83 | 53.94 | 24.12 | - |
| YUV | 161.33 | 100.15 | 57.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 221 | 112 | 0.71 | 0 | 0.49 | 0.13 | 138.61 | 0.7 | 0.56 |
| Hex | 3F | DD | 70 | 47 | 0 | 31 | D | 8B | 46 | 38 |
| Octal | 77 | 335 | 160 | 107 | 0 | 61 | 15 | 213 | 106 | 70 |
| Binary | 111111 | 11011101 | 1110000 | 1000111 | 0 | 110001 | 1101 | 10001011 | 1000110 | 111000 |
Color Harmonies of #3FDD70
Complementary color
Monochromatic Colors of #3FDD70
Black with #3FDD70
Text Example
Text Example
White with #3FDD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDD70; }
p { color: rgb(63,221,112); }
H1.HeaderClassName
{
color: #3FDD70;
}
.AnyTagClassName
{
color: #3FDD70;
}
</style>
background-color css
<style>
a { background-color: #3FDD70; }
a { background-color: rgb(63,221,112); }
div.DivClassName
{
background-color: #3FDD70;
}
.BgClassName
{
background-color: #3FDD70;
}
</style>
border-color css
<style>
span { border-color: #3FDD70; }
span { border-color: rgb(63,221,112); }
td.TdClassName
{
border-color: #3FDD70;
}
.TagClassName
{
border-color: #3FDD70;
}
</style>