Shades of Emerald #3FE55F
Tints of Emerald #3FE55F
RGB
CMYK
RGB Variations
Color information
#3FE55F (or 0x3FE55F) is known color: Emerald. HEX triplet: 3F, E5 and 5F. RGB value is (63,229,95). Sum of RGB (Red+Green+Blue) = 63+229+95=387 (51% of max value = 765). Red value is 63 (25% from 255 or 16.28% from 387); Green value is 229 (89.84% from 255 or 59.17% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE55F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE55F is #C01AA0. Grayscale: #A4A4A4. Windows color (decimal): -12589729 or 6284607. OLE color: 6284607.
HSL color Cylindrical-coordinate representation of color #3FE55F: hue angle of 131.57º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE55F is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 229 | 95 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.10 |
| HSL | 131.57º | 0.76% | 0.57% | - |
| HSV(B) | 131.57º | 0.72% | 0.9% | - |
| XYZ | 32.13 | 57.92 | 20.31 | - |
| YUV | 164.09 | 89 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 229 | 95 | 0.72 | 0 | 0.59 | 0.10 | 131.57 | 0.76 | 0.57 |
| Hex | 3F | E5 | 5F | 48 | 0 | 3B | A | 84 | 4C | 39 |
| Octal | 77 | 345 | 137 | 110 | 0 | 73 | 12 | 204 | 114 | 71 |
| Binary | 111111 | 11100101 | 1011111 | 1001000 | 0 | 111011 | 1010 | 10000100 | 1001100 | 111001 |
Color Harmonies of #3FE55F
Complementary color
Monochromatic Colors of #3FE55F
Black with #3FE55F
Text Example
Text Example
White with #3FE55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE55F; }
p { color: rgb(63,229,95); }
H1.HeaderClassName
{
color: #3FE55F;
}
.AnyTagClassName
{
color: #3FE55F;
}
</style>
background-color css
<style>
a { background-color: #3FE55F; }
a { background-color: rgb(63,229,95); }
div.DivClassName
{
background-color: #3FE55F;
}
.BgClassName
{
background-color: #3FE55F;
}
</style>
border-color css
<style>
span { border-color: #3FE55F; }
span { border-color: rgb(63,229,95); }
td.TdClassName
{
border-color: #3FE55F;
}
.TagClassName
{
border-color: #3FE55F;
}
</style>