Shades of Emerald #3CF470
Tints of Emerald #3CF470
RGB
CMYK
RGB Variations
Color information
#3CF470 (or 0x3CF470) is known color: Emerald. HEX triplet: 3C, F4 and 70. RGB value is (60,244,112). Sum of RGB (Red+Green+Blue) = 60+244+112=416 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.42% from 416); Green value is 244 (95.70% from 255 or 58.65% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 244 - color contains mainly: green. Hex color #3CF470 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF470 is #C30B8F. Grayscale: #AEAEAE. Windows color (decimal): -12782480 or 7402556. OLE color: 7402556.
HSL color Cylindrical-coordinate representation of color #3CF470: hue angle of 136.96º 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 #3CF470 is Cyan = 0.75, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 244 | 112 | - |
| CMYK | 0.75 | 0 | 0.54 | 0.04 |
| HSL | 136.96º | 0.89% | 0.6% | - |
| HSV(B) | 136.96º | 0.75% | 0.96% | - |
| XYZ | 37.14 | 66.83 | 26.27 | - |
| YUV | 173.94 | 93.04 | 46.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 244 | 112 | 0.75 | 0 | 0.54 | 0.04 | 136.96 | 0.89 | 0.6 |
| Hex | 3C | F4 | 70 | 4B | 0 | 36 | 4 | 89 | 59 | 3C |
| Octal | 74 | 364 | 160 | 113 | 0 | 66 | 4 | 211 | 131 | 74 |
| Binary | 111100 | 11110100 | 1110000 | 1001011 | 0 | 110110 | 100 | 10001001 | 1011001 | 111100 |
Color Harmonies of #3CF470
Complementary color
Monochromatic Colors of #3CF470
Black with #3CF470
Text Example
Text Example
White with #3CF470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF470; }
p { color: rgb(60,244,112); }
H1.HeaderClassName
{
color: #3CF470;
}
.AnyTagClassName
{
color: #3CF470;
}
</style>
background-color css
<style>
a { background-color: #3CF470; }
a { background-color: rgb(60,244,112); }
div.DivClassName
{
background-color: #3CF470;
}
.BgClassName
{
background-color: #3CF470;
}
</style>
border-color css
<style>
span { border-color: #3CF470; }
span { border-color: rgb(60,244,112); }
td.TdClassName
{
border-color: #3CF470;
}
.TagClassName
{
border-color: #3CF470;
}
</style>