Shades of Emerald #3FDF78
Tints of Emerald #3FDF78
RGB
CMYK
RGB Variations
Color information
#3FDF78 (or 0x3FDF78) is known color: Emerald. HEX triplet: 3F, DF and 78. RGB value is (63,223,120). Sum of RGB (Red+Green+Blue) = 63+223+120=406 (53% of max value = 765). Red value is 63 (25% from 255 or 15.52% from 406); Green value is 223 (87.5% from 255 or 54.93% from 406); Blue value is 120 (47.27% from 255 or 29.56% from 406); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDF78 is #C02087. Grayscale: #A3A3A3. Windows color (decimal): -12591240 or 7921471. OLE color: 7921471.
HSL color Cylindrical-coordinate representation of color #3FDF78: hue angle of 141.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 #3FDF78 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 120 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.13 |
| HSL | 141.38º | 0.71% | 0.56% | - |
| HSV(B) | 141.38º | 0.72% | 0.87% | - |
| XYZ | 31.83 | 55.19 | 26.74 | - |
| YUV | 163.42 | 103.49 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 120 | 0.72 | 0 | 0.46 | 0.13 | 141.38 | 0.71 | 0.56 |
| Hex | 3F | DF | 78 | 48 | 0 | 2E | D | 8D | 47 | 38 |
| Octal | 77 | 337 | 170 | 110 | 0 | 56 | 15 | 215 | 107 | 70 |
| Binary | 111111 | 11011111 | 1111000 | 1001000 | 0 | 101110 | 1101 | 10001101 | 1000111 | 111000 |
Color Harmonies of #3FDF78
Complementary color
Monochromatic Colors of #3FDF78
Black with #3FDF78
Text Example
Text Example
White with #3FDF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF78; }
p { color: rgb(63,223,120); }
H1.HeaderClassName
{
color: #3FDF78;
}
.AnyTagClassName
{
color: #3FDF78;
}
</style>
background-color css
<style>
a { background-color: #3FDF78; }
a { background-color: rgb(63,223,120); }
div.DivClassName
{
background-color: #3FDF78;
}
.BgClassName
{
background-color: #3FDF78;
}
</style>
border-color css
<style>
span { border-color: #3FDF78; }
span { border-color: rgb(63,223,120); }
td.TdClassName
{
border-color: #3FDF78;
}
.TagClassName
{
border-color: #3FDF78;
}
</style>