Shades of Emerald #3FE07D
Tints of Emerald #3FE07D
RGB
CMYK
RGB Variations
Color information
#3FE07D (or 0x3FE07D) is known color: Emerald. HEX triplet: 3F, E0 and 7D. RGB value is (63,224,125). Sum of RGB (Red+Green+Blue) = 63+224+125=412 (54% of max value = 765). Red value is 63 (25% from 255 or 15.29% from 412); Green value is 224 (87.89% from 255 or 54.37% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE07D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE07D is #C01F82. Grayscale: #A4A4A4. Windows color (decimal): -12590979 or 8249407. OLE color: 8249407.
HSL color Cylindrical-coordinate representation of color #3FE07D: hue angle of 143.11º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE07D is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 224 | 125 | - |
| CMYK | 0.72 | 0 | 0.44 | 0.12 |
| HSL | 143.11º | 0.72% | 0.56% | - |
| HSV(B) | 143.11º | 0.72% | 0.88% | - |
| XYZ | 32.41 | 55.85 | 28.47 | - |
| YUV | 164.58 | 105.66 | 55.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 125 | 0.72 | 0 | 0.44 | 0.12 | 143.11 | 0.72 | 0.56 |
| Hex | 3F | E0 | 7D | 48 | 0 | 2C | C | 8F | 48 | 38 |
| Octal | 77 | 340 | 175 | 110 | 0 | 54 | 14 | 217 | 110 | 70 |
| Binary | 111111 | 11100000 | 1111101 | 1001000 | 0 | 101100 | 1100 | 10001111 | 1001000 | 111000 |
Color Harmonies of #3FE07D
Complementary color
Monochromatic Colors of #3FE07D
Black with #3FE07D
Text Example
Text Example
White with #3FE07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE07D; }
p { color: rgb(63,224,125); }
H1.HeaderClassName
{
color: #3FE07D;
}
.AnyTagClassName
{
color: #3FE07D;
}
</style>
background-color css
<style>
a { background-color: #3FE07D; }
a { background-color: rgb(63,224,125); }
div.DivClassName
{
background-color: #3FE07D;
}
.BgClassName
{
background-color: #3FE07D;
}
</style>
border-color css
<style>
span { border-color: #3FE07D; }
span { border-color: rgb(63,224,125); }
td.TdClassName
{
border-color: #3FE07D;
}
.TagClassName
{
border-color: #3FE07D;
}
</style>