Shades of Emerald #3FE85E
Tints of Emerald #3FE85E
RGB
CMYK
RGB Variations
Color information
#3FE85E (or 0x3FE85E) is known color: Emerald. HEX triplet: 3F, E8 and 5E. RGB value is (63,232,94). Sum of RGB (Red+Green+Blue) = 63+232+94=389 (51% of max value = 765). Red value is 63 (25% from 255 or 16.20% from 389); Green value is 232 (91.02% from 255 or 59.64% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 232 - color contains mainly: green. Hex color #3FE85E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FE85E is #C017A1. Grayscale: #A6A6A6. Windows color (decimal): -12588962 or 6219839. OLE color: 6219839.
HSL color Cylindrical-coordinate representation of color #3FE85E: hue angle of 131.01º degrees, saturation: 0.79, 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 #3FE85E is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 232 | 94 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.09 |
| HSL | 131.01º | 0.79% | 0.58% | - |
| HSV(B) | 131.01º | 0.73% | 0.91% | - |
| XYZ | 32.93 | 59.58 | 20.35 | - |
| YUV | 165.74 | 87.51 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 232 | 94 | 0.73 | 0 | 0.59 | 0.09 | 131.01 | 0.79 | 0.58 |
| Hex | 3F | E8 | 5E | 49 | 0 | 3B | 9 | 83 | 4F | 3A |
| Octal | 77 | 350 | 136 | 111 | 0 | 73 | 11 | 203 | 117 | 72 |
| Binary | 111111 | 11101000 | 1011110 | 1001001 | 0 | 111011 | 1001 | 10000011 | 1001111 | 111010 |
Color Harmonies of #3FE85E
Complementary color
Monochromatic Colors of #3FE85E
Black with #3FE85E
Text Example
Text Example
White with #3FE85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE85E; }
p { color: rgb(63,232,94); }
H1.HeaderClassName
{
color: #3FE85E;
}
.AnyTagClassName
{
color: #3FE85E;
}
</style>
background-color css
<style>
a { background-color: #3FE85E; }
a { background-color: rgb(63,232,94); }
div.DivClassName
{
background-color: #3FE85E;
}
.BgClassName
{
background-color: #3FE85E;
}
</style>
border-color css
<style>
span { border-color: #3FE85E; }
span { border-color: rgb(63,232,94); }
td.TdClassName
{
border-color: #3FE85E;
}
.TagClassName
{
border-color: #3FE85E;
}
</style>