Shades of Emerald #3FEA80
Tints of Emerald #3FEA80
RGB
CMYK
RGB Variations
Color information
#3FEA80 (or 0x3FEA80) is known color: Emerald. HEX triplet: 3F, EA and 80. RGB value is (63,234,128). Sum of RGB (Red+Green+Blue) = 63+234+128=425 (56% of max value = 765). Red value is 63 (25% from 255 or 14.82% from 425); Green value is 234 (91.80% from 255 or 55.06% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 234 - color contains mainly: green. Hex color #3FEA80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEA80 is #C0157F. Grayscale: #ABABAB. Windows color (decimal): -12588416 or 8448575. OLE color: 8448575.
HSL color Cylindrical-coordinate representation of color #3FEA80: hue angle of 142.81º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEA80 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 63 | 234 | 128 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.08 |
| HSL | 142.81º | 0.8% | 0.58% | - |
| HSV(B) | 142.81º | 0.73% | 0.92% | - |
| XYZ | 35.37 | 61.46 | 30.42 | - |
| YUV | 170.79 | 103.85 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 234 | 128 | 0.73 | 0 | 0.45 | 0.08 | 142.81 | 0.8 | 0.58 |
| Hex | 3F | EA | 80 | 49 | 0 | 2D | 8 | 8F | 50 | 3A |
| Octal | 77 | 352 | 200 | 111 | 0 | 55 | 10 | 217 | 120 | 72 |
| Binary | 111111 | 11101010 | 10000000 | 1001001 | 0 | 101101 | 1000 | 10001111 | 1010000 | 111010 |
Color Harmonies of #3FEA80
Complementary color
Monochromatic Colors of #3FEA80
Black with #3FEA80
Text Example
Text Example
White with #3FEA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEA80; }
p { color: rgb(63,234,128); }
H1.HeaderClassName
{
color: #3FEA80;
}
.AnyTagClassName
{
color: #3FEA80;
}
</style>
background-color css
<style>
a { background-color: #3FEA80; }
a { background-color: rgb(63,234,128); }
div.DivClassName
{
background-color: #3FEA80;
}
.BgClassName
{
background-color: #3FEA80;
}
</style>
border-color css
<style>
span { border-color: #3FEA80; }
span { border-color: rgb(63,234,128); }
td.TdClassName
{
border-color: #3FEA80;
}
.TagClassName
{
border-color: #3FEA80;
}
</style>