Shades of Emerald #3FCC68
Tints of Emerald #3FCC68
RGB
CMYK
RGB Variations
Color information
#3FCC68 (or 0x3FCC68) is known color: Emerald. HEX triplet: 3F, CC and 68. RGB value is (63,204,104). Sum of RGB (Red+Green+Blue) = 63+204+104=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 204 (80.08% from 255 or 54.99% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 204 - color contains mainly: green. Hex color #3FCC68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCC68 is #C03397. Grayscale: #969696. Windows color (decimal): -12596120 or 6868031. OLE color: 6868031.
HSL color Cylindrical-coordinate representation of color #3FCC68: hue angle of 137.45º degrees, saturation: 0.58, 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 #3FCC68 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 204 | 104 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.2 |
| HSL | 137.45º | 0.58% | 0.52% | - |
| HSV(B) | 137.45º | 0.69% | 0.8% | - |
| XYZ | 26.14 | 45.24 | 20.45 | - |
| YUV | 150.44 | 101.79 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 204 | 104 | 0.69 | 0 | 0.49 | 0.2 | 137.45 | 0.58 | 0.52 |
| Hex | 3F | CC | 68 | 45 | 0 | 31 | 14 | 89 | 3A | 34 |
| Octal | 77 | 314 | 150 | 105 | 0 | 61 | 24 | 211 | 72 | 64 |
| Binary | 111111 | 11001100 | 1101000 | 1000101 | 0 | 110001 | 10100 | 10001001 | 111010 | 110100 |
Color Harmonies of #3FCC68
Complementary color
Monochromatic Colors of #3FCC68
Black with #3FCC68
Text Example
Text Example
White with #3FCC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCC68; }
p { color: rgb(63,204,104); }
H1.HeaderClassName
{
color: #3FCC68;
}
.AnyTagClassName
{
color: #3FCC68;
}
</style>
background-color css
<style>
a { background-color: #3FCC68; }
a { background-color: rgb(63,204,104); }
div.DivClassName
{
background-color: #3FCC68;
}
.BgClassName
{
background-color: #3FCC68;
}
</style>
border-color css
<style>
span { border-color: #3FCC68; }
span { border-color: rgb(63,204,104); }
td.TdClassName
{
border-color: #3FCC68;
}
.TagClassName
{
border-color: #3FCC68;
}
</style>