Shades of Emerald #3FDE85
Tints of Emerald #3FDE85
RGB
CMYK
RGB Variations
Color information
#3FDE85 (or 0x3FDE85) is known color: Emerald. HEX triplet: 3F, DE and 85. RGB value is (63,222,133). Sum of RGB (Red+Green+Blue) = 63+222+133=418 (55% of max value = 765). Red value is 63 (25% from 255 or 15.07% from 418); Green value is 222 (87.11% from 255 or 53.11% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 222 - color contains mainly: green. Hex color #3FDE85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDE85 is #C0217A. Grayscale: #A4A4A4. Windows color (decimal): -12591483 or 8773183. OLE color: 8773183.
HSL color Cylindrical-coordinate representation of color #3FDE85: hue angle of 146.42º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDE85 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 222 | 133 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.13 |
| HSL | 146.42º | 0.71% | 0.56% | - |
| HSV(B) | 146.42º | 0.72% | 0.87% | - |
| XYZ | 32.4 | 54.99 | 31.1 | - |
| YUV | 164.31 | 110.32 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 222 | 133 | 0.72 | 0 | 0.40 | 0.13 | 146.42 | 0.71 | 0.56 |
| Hex | 3F | DE | 85 | 48 | 0 | 28 | D | 92 | 47 | 38 |
| Octal | 77 | 336 | 205 | 110 | 0 | 50 | 15 | 222 | 107 | 70 |
| Binary | 111111 | 11011110 | 10000101 | 1001000 | 0 | 101000 | 1101 | 10010010 | 1000111 | 111000 |
Color Harmonies of #3FDE85
Complementary color
Monochromatic Colors of #3FDE85
Black with #3FDE85
Text Example
Text Example
White with #3FDE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDE85; }
p { color: rgb(63,222,133); }
H1.HeaderClassName
{
color: #3FDE85;
}
.AnyTagClassName
{
color: #3FDE85;
}
</style>
background-color css
<style>
a { background-color: #3FDE85; }
a { background-color: rgb(63,222,133); }
div.DivClassName
{
background-color: #3FDE85;
}
.BgClassName
{
background-color: #3FDE85;
}
</style>
border-color css
<style>
span { border-color: #3FDE85; }
span { border-color: rgb(63,222,133); }
td.TdClassName
{
border-color: #3FDE85;
}
.TagClassName
{
border-color: #3FDE85;
}
</style>