Shades of Emerald #3CCF72
Tints of Emerald #3CCF72
RGB
CMYK
RGB Variations
Color information
#3CCF72 (or 0x3CCF72) is known color: Emerald. HEX triplet: 3C, CF and 72. RGB value is (60,207,114). Sum of RGB (Red+Green+Blue) = 60+207+114=381 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.75% from 381); Green value is 207 (81.25% from 255 or 54.33% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCF72 is #C3308D. Grayscale: #989898. Windows color (decimal): -12791950 or 7524156. OLE color: 7524156.
HSL color Cylindrical-coordinate representation of color #3CCF72: hue angle of 142.04º 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 #3CCF72 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 207 | 114 | - |
| CMYK | 0.71 | 0 | 0.45 | 0.19 |
| HSL | 142.04º | 0.6% | 0.52% | - |
| HSV(B) | 142.04º | 0.71% | 0.81% | - |
| XYZ | 27.21 | 46.8 | 23.52 | - |
| YUV | 152.45 | 106.3 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 114 | 0.71 | 0 | 0.45 | 0.19 | 142.04 | 0.6 | 0.52 |
| Hex | 3C | CF | 72 | 47 | 0 | 2D | 13 | 8E | 3C | 34 |
| Octal | 74 | 317 | 162 | 107 | 0 | 55 | 23 | 216 | 74 | 64 |
| Binary | 111100 | 11001111 | 1110010 | 1000111 | 0 | 101101 | 10011 | 10001110 | 111100 | 110100 |
Color Harmonies of #3CCF72
Complementary color
Monochromatic Colors of #3CCF72
Black with #3CCF72
Text Example
Text Example
White with #3CCF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCF72; }
p { color: rgb(60,207,114); }
H1.HeaderClassName
{
color: #3CCF72;
}
.AnyTagClassName
{
color: #3CCF72;
}
</style>
background-color css
<style>
a { background-color: #3CCF72; }
a { background-color: rgb(60,207,114); }
div.DivClassName
{
background-color: #3CCF72;
}
.BgClassName
{
background-color: #3CCF72;
}
</style>
border-color css
<style>
span { border-color: #3CCF72; }
span { border-color: rgb(60,207,114); }
td.TdClassName
{
border-color: #3CCF72;
}
.TagClassName
{
border-color: #3CCF72;
}
</style>