Shades of Emerald #3CCF70
Tints of Emerald #3CCF70
RGB
CMYK
RGB Variations
Color information
#3CCF70 (or 0x3CCF70) is known color: Emerald. HEX triplet: 3C, CF and 70. RGB value is (60,207,112). Sum of RGB (Red+Green+Blue) = 60+207+112=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 207 (81.25% from 255 or 54.62% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCF70 is #C3308F. Grayscale: #989898. Windows color (decimal): -12791952 or 7393084. OLE color: 7393084.
HSL color Cylindrical-coordinate representation of color #3CCF70: hue angle of 141.22º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCF70 is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 207 | 112 | - |
| CMYK | 0.71 | 0 | 0.46 | 0.19 |
| HSL | 141.22º | 0.6% | 0.52% | - |
| HSV(B) | 141.22º | 0.71% | 0.81% | - |
| XYZ | 27.1 | 46.76 | 22.93 | - |
| YUV | 152.22 | 105.3 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 112 | 0.71 | 0 | 0.46 | 0.19 | 141.22 | 0.6 | 0.52 |
| Hex | 3C | CF | 70 | 47 | 0 | 2E | 13 | 8D | 3C | 34 |
| Octal | 74 | 317 | 160 | 107 | 0 | 56 | 23 | 215 | 74 | 64 |
| Binary | 111100 | 11001111 | 1110000 | 1000111 | 0 | 101110 | 10011 | 10001101 | 111100 | 110100 |
Color Harmonies of #3CCF70
Complementary color
Monochromatic Colors of #3CCF70
Black with #3CCF70
Text Example
Text Example
White with #3CCF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCF70; }
p { color: rgb(60,207,112); }
H1.HeaderClassName
{
color: #3CCF70;
}
.AnyTagClassName
{
color: #3CCF70;
}
</style>
background-color css
<style>
a { background-color: #3CCF70; }
a { background-color: rgb(60,207,112); }
div.DivClassName
{
background-color: #3CCF70;
}
.BgClassName
{
background-color: #3CCF70;
}
</style>
border-color css
<style>
span { border-color: #3CCF70; }
span { border-color: rgb(60,207,112); }
td.TdClassName
{
border-color: #3CCF70;
}
.TagClassName
{
border-color: #3CCF70;
}
</style>