Shades of Emerald #3FE77F
Tints of Emerald #3FE77F
RGB
CMYK
RGB Variations
Color information
#3FE77F (or 0x3FE77F) is known color: Emerald. HEX triplet: 3F, E7 and 7F. RGB value is (63,231,127). Sum of RGB (Red+Green+Blue) = 63+231+127=421 (55% of max value = 765). Red value is 63 (25% from 255 or 14.96% from 421); Green value is 231 (90.62% from 255 or 54.87% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE77F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FE77F is #C01880. Grayscale: #A9A9A9. Windows color (decimal): -12589185 or 8382271. OLE color: 8382271.
HSL color Cylindrical-coordinate representation of color #3FE77F: hue angle of 142.86º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE77F is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 231 | 127 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.09 |
| HSL | 142.86º | 0.78% | 0.58% | - |
| HSV(B) | 142.86º | 0.73% | 0.91% | - |
| XYZ | 34.46 | 59.74 | 29.79 | - |
| YUV | 168.91 | 104.34 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 231 | 127 | 0.73 | 0 | 0.45 | 0.09 | 142.86 | 0.78 | 0.58 |
| Hex | 3F | E7 | 7F | 49 | 0 | 2D | 9 | 8F | 4E | 3A |
| Octal | 77 | 347 | 177 | 111 | 0 | 55 | 11 | 217 | 116 | 72 |
| Binary | 111111 | 11100111 | 1111111 | 1001001 | 0 | 101101 | 1001 | 10001111 | 1001110 | 111010 |
Color Harmonies of #3FE77F
Complementary color
Monochromatic Colors of #3FE77F
Black with #3FE77F
Text Example
Text Example
White with #3FE77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE77F; }
p { color: rgb(63,231,127); }
H1.HeaderClassName
{
color: #3FE77F;
}
.AnyTagClassName
{
color: #3FE77F;
}
</style>
background-color css
<style>
a { background-color: #3FE77F; }
a { background-color: rgb(63,231,127); }
div.DivClassName
{
background-color: #3FE77F;
}
.BgClassName
{
background-color: #3FE77F;
}
</style>
border-color css
<style>
span { border-color: #3FE77F; }
span { border-color: rgb(63,231,127); }
td.TdClassName
{
border-color: #3FE77F;
}
.TagClassName
{
border-color: #3FE77F;
}
</style>