Shades of Emerald #3FE15F
Tints of Emerald #3FE15F
RGB
CMYK
RGB Variations
Color information
#3FE15F (or 0x3FE15F) is known color: Emerald. HEX triplet: 3F, E1 and 5F. RGB value is (63,225,95). Sum of RGB (Red+Green+Blue) = 63+225+95=383 (50% of max value = 765). Red value is 63 (25% from 255 or 16.45% from 383); Green value is 225 (88.28% from 255 or 58.75% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE15F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FE15F is #C01EA0. Grayscale: #A2A2A2. Windows color (decimal): -12590753 or 6283583. OLE color: 6283583.
HSL color Cylindrical-coordinate representation of color #3FE15F: hue angle of 131.85º degrees, saturation: 0.73, 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 #3FE15F is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 225 | 95 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.12 |
| HSL | 131.85º | 0.73% | 0.56% | - |
| HSV(B) | 131.85º | 0.72% | 0.88% | - |
| XYZ | 31.04 | 55.73 | 19.95 | - |
| YUV | 161.74 | 90.33 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 225 | 95 | 0.72 | 0 | 0.58 | 0.12 | 131.85 | 0.73 | 0.56 |
| Hex | 3F | E1 | 5F | 48 | 0 | 3A | C | 84 | 49 | 38 |
| Octal | 77 | 341 | 137 | 110 | 0 | 72 | 14 | 204 | 111 | 70 |
| Binary | 111111 | 11100001 | 1011111 | 1001000 | 0 | 111010 | 1100 | 10000100 | 1001001 | 111000 |
Color Harmonies of #3FE15F
Complementary color
Monochromatic Colors of #3FE15F
Black with #3FE15F
Text Example
Text Example
White with #3FE15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE15F; }
p { color: rgb(63,225,95); }
H1.HeaderClassName
{
color: #3FE15F;
}
.AnyTagClassName
{
color: #3FE15F;
}
</style>
background-color css
<style>
a { background-color: #3FE15F; }
a { background-color: rgb(63,225,95); }
div.DivClassName
{
background-color: #3FE15F;
}
.BgClassName
{
background-color: #3FE15F;
}
</style>
border-color css
<style>
span { border-color: #3FE15F; }
span { border-color: rgb(63,225,95); }
td.TdClassName
{
border-color: #3FE15F;
}
.TagClassName
{
border-color: #3FE15F;
}
</style>