Shades of Emerald #3CF676
Tints of Emerald #3CF676
RGB
CMYK
RGB Variations
Color information
#3CF676 (or 0x3CF676) is known color: Emerald. HEX triplet: 3C, F6 and 76. RGB value is (60,246,118). Sum of RGB (Red+Green+Blue) = 60+246+118=424 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.15% from 424); Green value is 246 (96.48% from 255 or 58.02% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 246 - color contains mainly: green. Hex color #3CF676 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF676 is #C30989. Grayscale: #B0B0B0. Windows color (decimal): -12781962 or 7796284. OLE color: 7796284.
HSL color Cylindrical-coordinate representation of color #3CF676: hue angle of 138.71º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF676 is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 246 | 118 | - |
| CMYK | 0.76 | 0 | 0.52 | 0.04 |
| HSL | 138.71º | 0.91% | 0.6% | - |
| HSV(B) | 138.71º | 0.76% | 0.96% | - |
| XYZ | 38.09 | 68.18 | 28.29 | - |
| YUV | 175.79 | 95.38 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 246 | 118 | 0.76 | 0 | 0.52 | 0.04 | 138.71 | 0.91 | 0.6 |
| Hex | 3C | F6 | 76 | 4C | 0 | 34 | 4 | 8B | 5B | 3C |
| Octal | 74 | 366 | 166 | 114 | 0 | 64 | 4 | 213 | 133 | 74 |
| Binary | 111100 | 11110110 | 1110110 | 1001100 | 0 | 110100 | 100 | 10001011 | 1011011 | 111100 |
Color Harmonies of #3CF676
Complementary color
Monochromatic Colors of #3CF676
Black with #3CF676
Text Example
Text Example
White with #3CF676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF676; }
p { color: rgb(60,246,118); }
H1.HeaderClassName
{
color: #3CF676;
}
.AnyTagClassName
{
color: #3CF676;
}
</style>
background-color css
<style>
a { background-color: #3CF676; }
a { background-color: rgb(60,246,118); }
div.DivClassName
{
background-color: #3CF676;
}
.BgClassName
{
background-color: #3CF676;
}
</style>
border-color css
<style>
span { border-color: #3CF676; }
span { border-color: rgb(60,246,118); }
td.TdClassName
{
border-color: #3CF676;
}
.TagClassName
{
border-color: #3CF676;
}
</style>