Shades of Emerald #3FE080
Tints of Emerald #3FE080
RGB
CMYK
RGB Variations
Color information
#3FE080 (or 0x3FE080) is known color: Emerald. HEX triplet: 3F, E0 and 80. RGB value is (63,224,128). Sum of RGB (Red+Green+Blue) = 63+224+128=415 (54% of max value = 765). Red value is 63 (25% from 255 or 15.18% from 415); Green value is 224 (87.89% from 255 or 53.98% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FE080 is #C01F7F. Grayscale: #A5A5A5. Windows color (decimal): -12590976 or 8446015. OLE color: 8446015.
HSL color Cylindrical-coordinate representation of color #3FE080: hue angle of 144.22º 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 #3FE080 is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 224 | 128 | - |
| CMYK | 0.72 | 0 | 0.43 | 0.12 |
| HSL | 144.22º | 0.72% | 0.56% | - |
| HSV(B) | 144.22º | 0.72% | 0.88% | - |
| XYZ | 32.6 | 55.93 | 29.5 | - |
| YUV | 164.92 | 107.16 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 128 | 0.72 | 0 | 0.43 | 0.12 | 144.22 | 0.72 | 0.56 |
| Hex | 3F | E0 | 80 | 48 | 0 | 2B | C | 90 | 48 | 38 |
| Octal | 77 | 340 | 200 | 110 | 0 | 53 | 14 | 220 | 110 | 70 |
| Binary | 111111 | 11100000 | 10000000 | 1001000 | 0 | 101011 | 1100 | 10010000 | 1001000 | 111000 |
Color Harmonies of #3FE080
Complementary color
Monochromatic Colors of #3FE080
Black with #3FE080
Text Example
Text Example
White with #3FE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE080; }
p { color: rgb(63,224,128); }
H1.HeaderClassName
{
color: #3FE080;
}
.AnyTagClassName
{
color: #3FE080;
}
</style>
background-color css
<style>
a { background-color: #3FE080; }
a { background-color: rgb(63,224,128); }
div.DivClassName
{
background-color: #3FE080;
}
.BgClassName
{
background-color: #3FE080;
}
</style>
border-color css
<style>
span { border-color: #3FE080; }
span { border-color: rgb(63,224,128); }
td.TdClassName
{
border-color: #3FE080;
}
.TagClassName
{
border-color: #3FE080;
}
</style>