Shades of Emerald #3FCA68
Tints of Emerald #3FCA68
RGB
CMYK
RGB Variations
Color information
#3FCA68 (or 0x3FCA68) is known color: Emerald. HEX triplet: 3F, CA and 68. RGB value is (63,202,104). Sum of RGB (Red+Green+Blue) = 63+202+104=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 202 (79.30% from 255 or 54.74% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCA68 is #C03597. Grayscale: #959595. Windows color (decimal): -12596632 or 6867519. OLE color: 6867519.
HSL color Cylindrical-coordinate representation of color #3FCA68: hue angle of 137.7º 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 #3FCA68 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 104 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.21 |
| HSL | 137.7º | 0.57% | 0.52% | - |
| HSV(B) | 137.7º | 0.69% | 0.79% | - |
| XYZ | 25.67 | 44.3 | 20.29 | - |
| YUV | 149.27 | 102.45 | 66.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 104 | 0.69 | 0 | 0.49 | 0.21 | 137.7 | 0.57 | 0.52 |
| Hex | 3F | CA | 68 | 45 | 0 | 31 | 15 | 8A | 39 | 34 |
| Octal | 77 | 312 | 150 | 105 | 0 | 61 | 25 | 212 | 71 | 64 |
| Binary | 111111 | 11001010 | 1101000 | 1000101 | 0 | 110001 | 10101 | 10001010 | 111001 | 110100 |
Color Harmonies of #3FCA68
Complementary color
Monochromatic Colors of #3FCA68
Black with #3FCA68
Text Example
Text Example
White with #3FCA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCA68; }
p { color: rgb(63,202,104); }
H1.HeaderClassName
{
color: #3FCA68;
}
.AnyTagClassName
{
color: #3FCA68;
}
</style>
background-color css
<style>
a { background-color: #3FCA68; }
a { background-color: rgb(63,202,104); }
div.DivClassName
{
background-color: #3FCA68;
}
.BgClassName
{
background-color: #3FCA68;
}
</style>
border-color css
<style>
span { border-color: #3FCA68; }
span { border-color: rgb(63,202,104); }
td.TdClassName
{
border-color: #3FCA68;
}
.TagClassName
{
border-color: #3FCA68;
}
</style>