Shades of Emerald #3FDF70
Tints of Emerald #3FDF70
RGB
CMYK
RGB Variations
Color information
#3FDF70 (or 0x3FDF70) is known color: Emerald. HEX triplet: 3F, DF and 70. RGB value is (63,223,112). Sum of RGB (Red+Green+Blue) = 63+223+112=398 (52% of max value = 765). Red value is 63 (25% from 255 or 15.83% from 398); Green value is 223 (87.5% from 255 or 56.03% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDF70 is #C0208F. Grayscale: #A2A2A2. Windows color (decimal): -12591248 or 7397183. OLE color: 7397183.
HSL color Cylindrical-coordinate representation of color #3FDF70: hue angle of 138.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDF70 is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 112 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.13 |
| HSL | 138.38º | 0.71% | 0.56% | - |
| HSV(B) | 138.38º | 0.72% | 0.87% | - |
| XYZ | 31.36 | 55 | 24.29 | - |
| YUV | 162.51 | 99.49 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 112 | 0.72 | 0 | 0.50 | 0.13 | 138.38 | 0.71 | 0.56 |
| Hex | 3F | DF | 70 | 48 | 0 | 32 | D | 8A | 47 | 38 |
| Octal | 77 | 337 | 160 | 110 | 0 | 62 | 15 | 212 | 107 | 70 |
| Binary | 111111 | 11011111 | 1110000 | 1001000 | 0 | 110010 | 1101 | 10001010 | 1000111 | 111000 |
Color Harmonies of #3FDF70
Complementary color
Monochromatic Colors of #3FDF70
Black with #3FDF70
Text Example
Text Example
White with #3FDF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF70; }
p { color: rgb(63,223,112); }
H1.HeaderClassName
{
color: #3FDF70;
}
.AnyTagClassName
{
color: #3FDF70;
}
</style>
background-color css
<style>
a { background-color: #3FDF70; }
a { background-color: rgb(63,223,112); }
div.DivClassName
{
background-color: #3FDF70;
}
.BgClassName
{
background-color: #3FDF70;
}
</style>
border-color css
<style>
span { border-color: #3FDF70; }
span { border-color: rgb(63,223,112); }
td.TdClassName
{
border-color: #3FDF70;
}
.TagClassName
{
border-color: #3FDF70;
}
</style>