Shades of Emerald #3FCB60
Tints of Emerald #3FCB60
RGB
CMYK
RGB Variations
Color information
#3FCB60 (or 0x3FCB60) is known color: Emerald. HEX triplet: 3F, CB and 60. RGB value is (63,203,96). Sum of RGB (Red+Green+Blue) = 63+203+96=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 203 (79.69% from 255 or 56.08% from 362); Blue value is 96 (37.89% from 255 or 26.52% from 362); Max value from RGB is 203 - color contains mainly: green. Hex color #3FCB60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCB60 is #C0349F. Grayscale: #959595. Windows color (decimal): -12596384 or 6343487. OLE color: 6343487.
HSL color Cylindrical-coordinate representation of color #3FCB60: hue angle of 134.14º 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 #3FCB60 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 203 | 96 | - |
| CMYK | 0.69 | 0 | 0.53 | 0.20 |
| HSL | 134.14º | 0.57% | 0.52% | - |
| HSV(B) | 134.14º | 0.69% | 0.8% | - |
| XYZ | 25.52 | 44.61 | 18.33 | - |
| YUV | 148.94 | 98.12 | 66.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 203 | 96 | 0.69 | 0 | 0.53 | 0.20 | 134.14 | 0.57 | 0.52 |
| Hex | 3F | CB | 60 | 45 | 0 | 35 | 14 | 86 | 39 | 34 |
| Octal | 77 | 313 | 140 | 105 | 0 | 65 | 24 | 206 | 71 | 64 |
| Binary | 111111 | 11001011 | 1100000 | 1000101 | 0 | 110101 | 10100 | 10000110 | 111001 | 110100 |
Color Harmonies of #3FCB60
Complementary color
Monochromatic Colors of #3FCB60
Black with #3FCB60
Text Example
Text Example
White with #3FCB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCB60; }
p { color: rgb(63,203,96); }
H1.HeaderClassName
{
color: #3FCB60;
}
.AnyTagClassName
{
color: #3FCB60;
}
</style>
background-color css
<style>
a { background-color: #3FCB60; }
a { background-color: rgb(63,203,96); }
div.DivClassName
{
background-color: #3FCB60;
}
.BgClassName
{
background-color: #3FCB60;
}
</style>
border-color css
<style>
span { border-color: #3FCB60; }
span { border-color: rgb(63,203,96); }
td.TdClassName
{
border-color: #3FCB60;
}
.TagClassName
{
border-color: #3FCB60;
}
</style>