Shades of Emerald #3CCF60
Tints of Emerald #3CCF60
RGB
CMYK
RGB Variations
Color information
#3CCF60 (or 0x3CCF60) is known color: Emerald. HEX triplet: 3C, CF and 60. RGB value is (60,207,96). Sum of RGB (Red+Green+Blue) = 60+207+96=363 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.53% from 363); Green value is 207 (81.25% from 255 or 57.02% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCF60 is #C3309F. Grayscale: #969696. Windows color (decimal): -12791968 or 6344508. OLE color: 6344508.
HSL color Cylindrical-coordinate representation of color #3CCF60: hue angle of 134.69º 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 #3CCF60 is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 207 | 96 | - |
| CMYK | 0.71 | 0 | 0.54 | 0.19 |
| HSL | 134.69º | 0.6% | 0.52% | - |
| HSV(B) | 134.69º | 0.71% | 0.81% | - |
| XYZ | 26.29 | 46.43 | 18.64 | - |
| YUV | 150.39 | 97.3 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 96 | 0.71 | 0 | 0.54 | 0.19 | 134.69 | 0.6 | 0.52 |
| Hex | 3C | CF | 60 | 47 | 0 | 36 | 13 | 87 | 3C | 34 |
| Octal | 74 | 317 | 140 | 107 | 0 | 66 | 23 | 207 | 74 | 64 |
| Binary | 111100 | 11001111 | 1100000 | 1000111 | 0 | 110110 | 10011 | 10000111 | 111100 | 110100 |
Color Harmonies of #3CCF60
Complementary color
Monochromatic Colors of #3CCF60
Black with #3CCF60
Text Example
Text Example
White with #3CCF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCF60; }
p { color: rgb(60,207,96); }
H1.HeaderClassName
{
color: #3CCF60;
}
.AnyTagClassName
{
color: #3CCF60;
}
</style>
background-color css
<style>
a { background-color: #3CCF60; }
a { background-color: rgb(60,207,96); }
div.DivClassName
{
background-color: #3CCF60;
}
.BgClassName
{
background-color: #3CCF60;
}
</style>
border-color css
<style>
span { border-color: #3CCF60; }
span { border-color: rgb(60,207,96); }
td.TdClassName
{
border-color: #3CCF60;
}
.TagClassName
{
border-color: #3CCF60;
}
</style>