Shades of Emerald #3CF476
Tints of Emerald #3CF476
RGB
CMYK
RGB Variations
Color information
#3CF476 (or 0x3CF476) is known color: Emerald. HEX triplet: 3C, F4 and 76. RGB value is (60,244,118). Sum of RGB (Red+Green+Blue) = 60+244+118=422 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.22% from 422); Green value is 244 (95.70% from 255 or 57.82% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF476 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF476 is #C30B89. Grayscale: #AEAEAE. Windows color (decimal): -12782474 or 7795772. OLE color: 7795772.
HSL color Cylindrical-coordinate representation of color #3CF476: hue angle of 138.91º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF476 is Cyan = 0.75, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 244 | 118 | - |
| CMYK | 0.75 | 0 | 0.52 | 0.04 |
| HSL | 138.91º | 0.89% | 0.6% | - |
| HSV(B) | 138.91º | 0.75% | 0.96% | - |
| XYZ | 37.48 | 66.97 | 28.09 | - |
| YUV | 174.62 | 96.04 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 244 | 118 | 0.75 | 0 | 0.52 | 0.04 | 138.91 | 0.89 | 0.6 |
| Hex | 3C | F4 | 76 | 4B | 0 | 34 | 4 | 8B | 59 | 3C |
| Octal | 74 | 364 | 166 | 113 | 0 | 64 | 4 | 213 | 131 | 74 |
| Binary | 111100 | 11110100 | 1110110 | 1001011 | 0 | 110100 | 100 | 10001011 | 1011001 | 111100 |
Color Harmonies of #3CF476
Complementary color
Monochromatic Colors of #3CF476
Black with #3CF476
Text Example
Text Example
White with #3CF476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF476; }
p { color: rgb(60,244,118); }
H1.HeaderClassName
{
color: #3CF476;
}
.AnyTagClassName
{
color: #3CF476;
}
</style>
background-color css
<style>
a { background-color: #3CF476; }
a { background-color: rgb(60,244,118); }
div.DivClassName
{
background-color: #3CF476;
}
.BgClassName
{
background-color: #3CF476;
}
</style>
border-color css
<style>
span { border-color: #3CF476; }
span { border-color: rgb(60,244,118); }
td.TdClassName
{
border-color: #3CF476;
}
.TagClassName
{
border-color: #3CF476;
}
</style>