Shades of Emerald #3FE05F
Tints of Emerald #3FE05F
RGB
CMYK
RGB Variations
Color information
#3FE05F (or 0x3FE05F) is known color: Emerald. HEX triplet: 3F, E0 and 5F. RGB value is (63,224,95). Sum of RGB (Red+Green+Blue) = 63+224+95=382 (50% of max value = 765). Red value is 63 (25% from 255 or 16.49% from 382); Green value is 224 (87.89% from 255 or 58.64% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE05F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE05F is #C01FA0. Grayscale: #A1A1A1. Windows color (decimal): -12591009 or 6283327. OLE color: 6283327.
HSL color Cylindrical-coordinate representation of color #3FE05F: hue angle of 131.93º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE05F is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 224 | 95 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.12 |
| HSL | 131.93º | 0.72% | 0.56% | - |
| HSV(B) | 131.93º | 0.72% | 0.88% | - |
| XYZ | 30.77 | 55.19 | 19.86 | - |
| YUV | 161.16 | 90.66 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 95 | 0.72 | 0 | 0.58 | 0.12 | 131.93 | 0.72 | 0.56 |
| Hex | 3F | E0 | 5F | 48 | 0 | 3A | C | 84 | 48 | 38 |
| Octal | 77 | 340 | 137 | 110 | 0 | 72 | 14 | 204 | 110 | 70 |
| Binary | 111111 | 11100000 | 1011111 | 1001000 | 0 | 111010 | 1100 | 10000100 | 1001000 | 111000 |
Color Harmonies of #3FE05F
Complementary color
Monochromatic Colors of #3FE05F
Black with #3FE05F
Text Example
Text Example
White with #3FE05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE05F; }
p { color: rgb(63,224,95); }
H1.HeaderClassName
{
color: #3FE05F;
}
.AnyTagClassName
{
color: #3FE05F;
}
</style>
background-color css
<style>
a { background-color: #3FE05F; }
a { background-color: rgb(63,224,95); }
div.DivClassName
{
background-color: #3FE05F;
}
.BgClassName
{
background-color: #3FE05F;
}
</style>
border-color css
<style>
span { border-color: #3FE05F; }
span { border-color: rgb(63,224,95); }
td.TdClassName
{
border-color: #3FE05F;
}
.TagClassName
{
border-color: #3FE05F;
}
</style>