Shades of Emerald #3FCB85
Tints of Emerald #3FCB85
RGB
CMYK
RGB Variations
Color information
#3FCB85 (or 0x3FCB85) is known color: Emerald. HEX triplet: 3F, CB and 85. RGB value is (63,203,133). Sum of RGB (Red+Green+Blue) = 63+203+133=399 (52% of max value = 765). Red value is 63 (25% from 255 or 15.79% from 399); Green value is 203 (79.69% from 255 or 50.88% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCB85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCB85 is #C0347A. Grayscale: #999999. Windows color (decimal): -12596347 or 8768319. OLE color: 8768319.
HSL color Cylindrical-coordinate representation of color #3FCB85: hue angle of 150º 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 #3FCB85 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 203 | 133 | - |
| CMYK | 0.69 | 0 | 0.34 | 0.20 |
| HSL | 150º | 0.57% | 0.52% | - |
| HSV(B) | 150º | 0.69% | 0.8% | - |
| XYZ | 27.64 | 45.46 | 29.51 | - |
| YUV | 153.16 | 116.62 | 63.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 133 | 0.69 | 0 | 0.34 | 0.20 | 150 | 0.57 | 0.52 |
| Hex | 3F | CB | 85 | 45 | 0 | 22 | 14 | 96 | 39 | 34 |
| Octal | 77 | 313 | 205 | 105 | 0 | 42 | 24 | 226 | 71 | 64 |
| Binary | 111111 | 11001011 | 10000101 | 1000101 | 0 | 100010 | 10100 | 10010110 | 111001 | 110100 |
Color Harmonies of #3FCB85
Complementary color
Monochromatic Colors of #3FCB85
Black with #3FCB85
Text Example
Text Example
White with #3FCB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCB85; }
p { color: rgb(63,203,133); }
H1.HeaderClassName
{
color: #3FCB85;
}
.AnyTagClassName
{
color: #3FCB85;
}
</style>
background-color css
<style>
a { background-color: #3FCB85; }
a { background-color: rgb(63,203,133); }
div.DivClassName
{
background-color: #3FCB85;
}
.BgClassName
{
background-color: #3FCB85;
}
</style>
border-color css
<style>
span { border-color: #3FCB85; }
span { border-color: rgb(63,203,133); }
td.TdClassName
{
border-color: #3FCB85;
}
.TagClassName
{
border-color: #3FCB85;
}
</style>