Shades of Emerald #3FF084
Tints of Emerald #3FF084
RGB
CMYK
RGB Variations
Color information
#3FF084 (or 0x3FF084) is known color: Emerald. HEX triplet: 3F, F0 and 84. RGB value is (63,240,132). Sum of RGB (Red+Green+Blue) = 63+240+132=435 (57% of max value = 765). Red value is 63 (25% from 255 or 14.48% from 435); Green value is 240 (94.14% from 255 or 55.17% from 435); Blue value is 132 (51.95% from 255 or 30.34% from 435); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF084 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FF084 is #C00F7B. Grayscale: #AFAFAF. Windows color (decimal): -12586876 or 8712255. OLE color: 8712255.
HSL color Cylindrical-coordinate representation of color #3FF084: hue angle of 143.39º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF084 is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 240 | 132 | - |
| CMYK | 0.74 | 0 | 0.45 | 0.06 |
| HSL | 143.39º | 0.86% | 0.59% | - |
| HSV(B) | 143.39º | 0.74% | 0.94% | - |
| XYZ | 37.37 | 65.04 | 32.41 | - |
| YUV | 174.77 | 103.86 | 48.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 240 | 132 | 0.74 | 0 | 0.45 | 0.06 | 143.39 | 0.86 | 0.59 |
| Hex | 3F | F0 | 84 | 4A | 0 | 2D | 6 | 8F | 56 | 3B |
| Octal | 77 | 360 | 204 | 112 | 0 | 55 | 6 | 217 | 126 | 73 |
| Binary | 111111 | 11110000 | 10000100 | 1001010 | 0 | 101101 | 110 | 10001111 | 1010110 | 111011 |
Color Harmonies of #3FF084
Complementary color
Monochromatic Colors of #3FF084
Black with #3FF084
Text Example
Text Example
White with #3FF084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF084; }
p { color: rgb(63,240,132); }
H1.HeaderClassName
{
color: #3FF084;
}
.AnyTagClassName
{
color: #3FF084;
}
</style>
background-color css
<style>
a { background-color: #3FF084; }
a { background-color: rgb(63,240,132); }
div.DivClassName
{
background-color: #3FF084;
}
.BgClassName
{
background-color: #3FF084;
}
</style>
border-color css
<style>
span { border-color: #3FF084; }
span { border-color: rgb(63,240,132); }
td.TdClassName
{
border-color: #3FF084;
}
.TagClassName
{
border-color: #3FF084;
}
</style>