Shades of Emerald #3FCB84
Tints of Emerald #3FCB84
RGB
CMYK
RGB Variations
Color information
#3FCB84 (or 0x3FCB84) is known color: Emerald. HEX triplet: 3F, CB and 84. RGB value is (63,203,132). Sum of RGB (Red+Green+Blue) = 63+203+132=398 (52% of max value = 765). Red value is 63 (25% from 255 or 15.83% from 398); Green value is 203 (79.69% from 255 or 51.01% from 398); Blue value is 132 (51.95% from 255 or 33.17% from 398); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCB84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCB84 is #C0347B. Grayscale: #999999. Windows color (decimal): -12596348 or 8702783. OLE color: 8702783.
HSL color Cylindrical-coordinate representation of color #3FCB84: hue angle of 149.57º degrees, saturation: 0.57, 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 #3FCB84 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 203 | 132 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.20 |
| HSL | 149.57º | 0.57% | 0.52% | - |
| HSV(B) | 149.57º | 0.69% | 0.8% | - |
| XYZ | 27.57 | 45.43 | 29.15 | - |
| YUV | 153.05 | 116.12 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 132 | 0.69 | 0 | 0.35 | 0.20 | 149.57 | 0.57 | 0.52 |
| Hex | 3F | CB | 84 | 45 | 0 | 23 | 14 | 96 | 39 | 34 |
| Octal | 77 | 313 | 204 | 105 | 0 | 43 | 24 | 226 | 71 | 64 |
| Binary | 111111 | 11001011 | 10000100 | 1000101 | 0 | 100011 | 10100 | 10010110 | 111001 | 110100 |
Color Harmonies of #3FCB84
Complementary color
Monochromatic Colors of #3FCB84
Black with #3FCB84
Text Example
Text Example
White with #3FCB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCB84; }
p { color: rgb(63,203,132); }
H1.HeaderClassName
{
color: #3FCB84;
}
.AnyTagClassName
{
color: #3FCB84;
}
</style>
background-color css
<style>
a { background-color: #3FCB84; }
a { background-color: rgb(63,203,132); }
div.DivClassName
{
background-color: #3FCB84;
}
.BgClassName
{
background-color: #3FCB84;
}
</style>
border-color css
<style>
span { border-color: #3FCB84; }
span { border-color: rgb(63,203,132); }
td.TdClassName
{
border-color: #3FCB84;
}
.TagClassName
{
border-color: #3FCB84;
}
</style>