Shades of Emerald #3FE680
Tints of Emerald #3FE680
RGB
CMYK
RGB Variations
Color information
#3FE680 (or 0x3FE680) is known color: Emerald. HEX triplet: 3F, E6 and 80. RGB value is (63,230,128). Sum of RGB (Red+Green+Blue) = 63+230+128=421 (55% of max value = 765). Red value is 63 (25% from 255 or 14.96% from 421); Green value is 230 (90.23% from 255 or 54.63% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 230 - color contains mainly: green. Hex color #3FE680 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FE680 is #C0197F. Grayscale: #A8A8A8. Windows color (decimal): -12589440 or 8447551. OLE color: 8447551.
HSL color Cylindrical-coordinate representation of color #3FE680: hue angle of 143.35º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE680 is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 230 | 128 | - |
| CMYK | 0.73 | 0 | 0.44 | 0.10 |
| HSL | 143.35º | 0.77% | 0.57% | - |
| HSV(B) | 143.35º | 0.73% | 0.9% | - |
| XYZ | 34.24 | 59.21 | 30.05 | - |
| YUV | 168.44 | 105.17 | 52.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 230 | 128 | 0.73 | 0 | 0.44 | 0.10 | 143.35 | 0.77 | 0.57 |
| Hex | 3F | E6 | 80 | 49 | 0 | 2C | A | 8F | 4D | 39 |
| Octal | 77 | 346 | 200 | 111 | 0 | 54 | 12 | 217 | 115 | 71 |
| Binary | 111111 | 11100110 | 10000000 | 1001001 | 0 | 101100 | 1010 | 10001111 | 1001101 | 111001 |
Color Harmonies of #3FE680
Complementary color
Monochromatic Colors of #3FE680
Black with #3FE680
Text Example
Text Example
White with #3FE680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE680; }
p { color: rgb(63,230,128); }
H1.HeaderClassName
{
color: #3FE680;
}
.AnyTagClassName
{
color: #3FE680;
}
</style>
background-color css
<style>
a { background-color: #3FE680; }
a { background-color: rgb(63,230,128); }
div.DivClassName
{
background-color: #3FE680;
}
.BgClassName
{
background-color: #3FE680;
}
</style>
border-color css
<style>
span { border-color: #3FE680; }
span { border-color: rgb(63,230,128); }
td.TdClassName
{
border-color: #3FE680;
}
.TagClassName
{
border-color: #3FE680;
}
</style>