Shades of Emerald #3FCC81
Tints of Emerald #3FCC81
RGB
CMYK
RGB Variations
Color information
#3FCC81 (or 0x3FCC81) is known color: Emerald. HEX triplet: 3F, CC and 81. RGB value is (63,204,129). Sum of RGB (Red+Green+Blue) = 63+204+129=396 (52% of max value = 765). Red value is 63 (25% from 255 or 15.91% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 129 (50.78% from 255 or 32.58% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCC81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCC81 is #C0337E. Grayscale: #999999. Windows color (decimal): -12596095 or 8506431. OLE color: 8506431.
HSL color Cylindrical-coordinate representation of color #3FCC81: hue angle of 148.09º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCC81 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 204 | 129 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.2 |
| HSL | 148.09º | 0.58% | 0.52% | - |
| HSV(B) | 148.09º | 0.69% | 0.8% | - |
| XYZ | 27.61 | 45.83 | 28.16 | - |
| YUV | 153.29 | 114.29 | 63.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 129 | 0.69 | 0 | 0.37 | 0.2 | 148.09 | 0.58 | 0.52 |
| Hex | 3F | CC | 81 | 45 | 0 | 25 | 14 | 94 | 3A | 34 |
| Octal | 77 | 314 | 201 | 105 | 0 | 45 | 24 | 224 | 72 | 64 |
| Binary | 111111 | 11001100 | 10000001 | 1000101 | 0 | 100101 | 10100 | 10010100 | 111010 | 110100 |
Color Harmonies of #3FCC81
Complementary color
Monochromatic Colors of #3FCC81
Black with #3FCC81
Text Example
Text Example
White with #3FCC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCC81; }
p { color: rgb(63,204,129); }
H1.HeaderClassName
{
color: #3FCC81;
}
.AnyTagClassName
{
color: #3FCC81;
}
</style>
background-color css
<style>
a { background-color: #3FCC81; }
a { background-color: rgb(63,204,129); }
div.DivClassName
{
background-color: #3FCC81;
}
.BgClassName
{
background-color: #3FCC81;
}
</style>
border-color css
<style>
span { border-color: #3FCC81; }
span { border-color: rgb(63,204,129); }
td.TdClassName
{
border-color: #3FCC81;
}
.TagClassName
{
border-color: #3FCC81;
}
</style>