Shades of Emerald #3FDC75
Tints of Emerald #3FDC75
RGB
CMYK
RGB Variations
Color information
#3FDC75 (or 0x3FDC75) is known color: Emerald. HEX triplet: 3F, DC and 75. RGB value is (63,220,117). Sum of RGB (Red+Green+Blue) = 63+220+117=400 (52% of max value = 765). Red value is 63 (25% from 255 or 15.75% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDC75 is #C0238A. Grayscale: #A1A1A1. Windows color (decimal): -12592011 or 7724095. OLE color: 7724095.
HSL color Cylindrical-coordinate representation of color #3FDC75: hue angle of 140.64º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDC75 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 117 | - |
| CMYK | 0.71 | 0 | 0.47 | 0.14 |
| HSL | 140.64º | 0.69% | 0.55% | - |
| HSV(B) | 140.64º | 0.71% | 0.86% | - |
| XYZ | 30.85 | 53.53 | 25.54 | - |
| YUV | 161.32 | 102.99 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 117 | 0.71 | 0 | 0.47 | 0.14 | 140.64 | 0.69 | 0.55 |
| Hex | 3F | DC | 75 | 47 | 0 | 2F | E | 8D | 45 | 37 |
| Octal | 77 | 334 | 165 | 107 | 0 | 57 | 16 | 215 | 105 | 67 |
| Binary | 111111 | 11011100 | 1110101 | 1000111 | 0 | 101111 | 1110 | 10001101 | 1000101 | 110111 |
Color Harmonies of #3FDC75
Complementary color
Monochromatic Colors of #3FDC75
Black with #3FDC75
Text Example
Text Example
White with #3FDC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDC75; }
p { color: rgb(63,220,117); }
H1.HeaderClassName
{
color: #3FDC75;
}
.AnyTagClassName
{
color: #3FDC75;
}
</style>
background-color css
<style>
a { background-color: #3FDC75; }
a { background-color: rgb(63,220,117); }
div.DivClassName
{
background-color: #3FDC75;
}
.BgClassName
{
background-color: #3FDC75;
}
</style>
border-color css
<style>
span { border-color: #3FDC75; }
span { border-color: rgb(63,220,117); }
td.TdClassName
{
border-color: #3FDC75;
}
.TagClassName
{
border-color: #3FDC75;
}
</style>