Shades of Emerald #3FE085
Tints of Emerald #3FE085
RGB
CMYK
RGB Variations
Color information
#3FE085 (or 0x3FE085) is known color: Emerald. HEX triplet: 3F, E0 and 85. RGB value is (63,224,133). Sum of RGB (Red+Green+Blue) = 63+224+133=420 (55% of max value = 765). Red value is 63 (25% from 255 or 15% from 420); Green value is 224 (87.89% from 255 or 53.33% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FE085 is #C01F7A. Grayscale: #A5A5A5. Windows color (decimal): -12590971 or 8773695. OLE color: 8773695.
HSL color Cylindrical-coordinate representation of color #3FE085: hue angle of 146.09º 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 #3FE085 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 224 | 133 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.12 |
| HSL | 146.09º | 0.72% | 0.56% | - |
| HSV(B) | 146.09º | 0.72% | 0.88% | - |
| XYZ | 32.94 | 56.06 | 31.28 | - |
| YUV | 165.49 | 109.66 | 54.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 133 | 0.72 | 0 | 0.41 | 0.12 | 146.09 | 0.72 | 0.56 |
| Hex | 3F | E0 | 85 | 48 | 0 | 29 | C | 92 | 48 | 38 |
| Octal | 77 | 340 | 205 | 110 | 0 | 51 | 14 | 222 | 110 | 70 |
| Binary | 111111 | 11100000 | 10000101 | 1001000 | 0 | 101001 | 1100 | 10010010 | 1001000 | 111000 |
Color Harmonies of #3FE085
Complementary color
Monochromatic Colors of #3FE085
Black with #3FE085
Text Example
Text Example
White with #3FE085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE085; }
p { color: rgb(63,224,133); }
H1.HeaderClassName
{
color: #3FE085;
}
.AnyTagClassName
{
color: #3FE085;
}
</style>
background-color css
<style>
a { background-color: #3FE085; }
a { background-color: rgb(63,224,133); }
div.DivClassName
{
background-color: #3FE085;
}
.BgClassName
{
background-color: #3FE085;
}
</style>
border-color css
<style>
span { border-color: #3FE085; }
span { border-color: rgb(63,224,133); }
td.TdClassName
{
border-color: #3FE085;
}
.TagClassName
{
border-color: #3FE085;
}
</style>