Shades of Emerald #3FF680
Tints of Emerald #3FF680
RGB
CMYK
RGB Variations
Color information
#3FF680 (or 0x3FF680) is known color: Emerald. HEX triplet: 3F, F6 and 80. RGB value is (63,246,128). Sum of RGB (Red+Green+Blue) = 63+246+128=437 (57% of max value = 765). Red value is 63 (25% from 255 or 14.42% from 437); Green value is 246 (96.48% from 255 or 56.29% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF680 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF680 is #C0097F. Grayscale: #B2B2B2. Windows color (decimal): -12585344 or 8451647. OLE color: 8451647.
HSL color Cylindrical-coordinate representation of color #3FF680: hue angle of 141.31º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF680 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 246 | 128 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.04 |
| HSL | 141.31º | 0.91% | 0.61% | - |
| HSV(B) | 141.31º | 0.74% | 0.96% | - |
| XYZ | 38.9 | 68.53 | 31.6 | - |
| YUV | 177.83 | 99.87 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 246 | 128 | 0.74 | 0 | 0.48 | 0.04 | 141.31 | 0.91 | 0.61 |
| Hex | 3F | F6 | 80 | 4A | 0 | 30 | 4 | 8D | 5B | 3D |
| Octal | 77 | 366 | 200 | 112 | 0 | 60 | 4 | 215 | 133 | 75 |
| Binary | 111111 | 11110110 | 10000000 | 1001010 | 0 | 110000 | 100 | 10001101 | 1011011 | 111101 |
Color Harmonies of #3FF680
Complementary color
Monochromatic Colors of #3FF680
Black with #3FF680
Text Example
Text Example
White with #3FF680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF680; }
p { color: rgb(63,246,128); }
H1.HeaderClassName
{
color: #3FF680;
}
.AnyTagClassName
{
color: #3FF680;
}
</style>
background-color css
<style>
a { background-color: #3FF680; }
a { background-color: rgb(63,246,128); }
div.DivClassName
{
background-color: #3FF680;
}
.BgClassName
{
background-color: #3FF680;
}
</style>
border-color css
<style>
span { border-color: #3FF680; }
span { border-color: rgb(63,246,128); }
td.TdClassName
{
border-color: #3FF680;
}
.TagClassName
{
border-color: #3FF680;
}
</style>