Shades of Emerald #3FCA76
Tints of Emerald #3FCA76
RGB
CMYK
RGB Variations
Color information
#3FCA76 (or 0x3FCA76) is known color: Emerald. HEX triplet: 3F, CA and 76. RGB value is (63,202,118). Sum of RGB (Red+Green+Blue) = 63+202+118=383 (50% of max value = 765). Red value is 63 (25% from 255 or 16.45% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCA76 is #C03589. Grayscale: #979797. Windows color (decimal): -12596618 or 7785023. OLE color: 7785023.
HSL color Cylindrical-coordinate representation of color #3FCA76: hue angle of 143.74º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCA76 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 118 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.21 |
| HSL | 143.74º | 0.57% | 0.52% | - |
| HSV(B) | 143.74º | 0.69% | 0.79% | - |
| XYZ | 26.44 | 44.61 | 24.36 | - |
| YUV | 150.86 | 109.45 | 65.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 118 | 0.69 | 0 | 0.42 | 0.21 | 143.74 | 0.57 | 0.52 |
| Hex | 3F | CA | 76 | 45 | 0 | 2A | 15 | 90 | 39 | 34 |
| Octal | 77 | 312 | 166 | 105 | 0 | 52 | 25 | 220 | 71 | 64 |
| Binary | 111111 | 11001010 | 1110110 | 1000101 | 0 | 101010 | 10101 | 10010000 | 111001 | 110100 |
Color Harmonies of #3FCA76
Complementary color
Monochromatic Colors of #3FCA76
Black with #3FCA76
Text Example
Text Example
White with #3FCA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCA76; }
p { color: rgb(63,202,118); }
H1.HeaderClassName
{
color: #3FCA76;
}
.AnyTagClassName
{
color: #3FCA76;
}
</style>
background-color css
<style>
a { background-color: #3FCA76; }
a { background-color: rgb(63,202,118); }
div.DivClassName
{
background-color: #3FCA76;
}
.BgClassName
{
background-color: #3FCA76;
}
</style>
border-color css
<style>
span { border-color: #3FCA76; }
span { border-color: rgb(63,202,118); }
td.TdClassName
{
border-color: #3FCA76;
}
.TagClassName
{
border-color: #3FCA76;
}
</style>