Shades of Emerald #3CF07C
Tints of Emerald #3CF07C
RGB
CMYK
RGB Variations
Color information
#3CF07C (or 0x3CF07C) is known color: Emerald. HEX triplet: 3C, F0 and 7C. RGB value is (60,240,124). Sum of RGB (Red+Green+Blue) = 60+240+124=424 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.15% from 424); Green value is 240 (94.14% from 255 or 56.60% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 240 - color contains mainly: green. Hex color #3CF07C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3CF07C is #C30F83. Grayscale: #ADADAD. Windows color (decimal): -12783492 or 8187964. OLE color: 8187964.
HSL color Cylindrical-coordinate representation of color #3CF07C: hue angle of 141.33º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF07C is Cyan = 0.75, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 240 | 124 | - |
| CMYK | 0.75 | 0 | 0.48 | 0.06 |
| HSL | 141.33º | 0.86% | 0.59% | - |
| HSV(B) | 141.33º | 0.75% | 0.94% | - |
| XYZ | 36.66 | 64.74 | 29.63 | - |
| YUV | 172.96 | 100.37 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 240 | 124 | 0.75 | 0 | 0.48 | 0.06 | 141.33 | 0.86 | 0.59 |
| Hex | 3C | F0 | 7C | 4B | 0 | 30 | 6 | 8D | 56 | 3B |
| Octal | 74 | 360 | 174 | 113 | 0 | 60 | 6 | 215 | 126 | 73 |
| Binary | 111100 | 11110000 | 1111100 | 1001011 | 0 | 110000 | 110 | 10001101 | 1010110 | 111011 |
Color Harmonies of #3CF07C
Complementary color
Monochromatic Colors of #3CF07C
Black with #3CF07C
Text Example
Text Example
White with #3CF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF07C; }
p { color: rgb(60,240,124); }
H1.HeaderClassName
{
color: #3CF07C;
}
.AnyTagClassName
{
color: #3CF07C;
}
</style>
background-color css
<style>
a { background-color: #3CF07C; }
a { background-color: rgb(60,240,124); }
div.DivClassName
{
background-color: #3CF07C;
}
.BgClassName
{
background-color: #3CF07C;
}
</style>
border-color css
<style>
span { border-color: #3CF07C; }
span { border-color: rgb(60,240,124); }
td.TdClassName
{
border-color: #3CF07C;
}
.TagClassName
{
border-color: #3CF07C;
}
</style>