Shades of Emerald #3CCF75
Tints of Emerald #3CCF75
RGB
CMYK
RGB Variations
Color information
#3CCF75 (or 0x3CCF75) is known color: Emerald. HEX triplet: 3C, CF and 75. RGB value is (60,207,117). Sum of RGB (Red+Green+Blue) = 60+207+117=384 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.62% from 384); Green value is 207 (81.25% from 255 or 53.91% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 207 - color contains mainly: green. Hex color #3CCF75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCF75 is #C3308A. Grayscale: #999999. Windows color (decimal): -12791947 or 7720764. OLE color: 7720764.
HSL color Cylindrical-coordinate representation of color #3CCF75: hue angle of 143.27º 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 #3CCF75 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 207 | 117 | - |
| CMYK | 0.71 | 0 | 0.43 | 0.19 |
| HSL | 143.27º | 0.6% | 0.52% | - |
| HSV(B) | 143.27º | 0.71% | 0.81% | - |
| XYZ | 27.39 | 46.87 | 24.43 | - |
| YUV | 152.79 | 107.8 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 117 | 0.71 | 0 | 0.43 | 0.19 | 143.27 | 0.6 | 0.52 |
| Hex | 3C | CF | 75 | 47 | 0 | 2B | 13 | 8F | 3C | 34 |
| Octal | 74 | 317 | 165 | 107 | 0 | 53 | 23 | 217 | 74 | 64 |
| Binary | 111100 | 11001111 | 1110101 | 1000111 | 0 | 101011 | 10011 | 10001111 | 111100 | 110100 |
Color Harmonies of #3CCF75
Complementary color
Monochromatic Colors of #3CCF75
Black with #3CCF75
Text Example
Text Example
White with #3CCF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCF75; }
p { color: rgb(60,207,117); }
H1.HeaderClassName
{
color: #3CCF75;
}
.AnyTagClassName
{
color: #3CCF75;
}
</style>
background-color css
<style>
a { background-color: #3CCF75; }
a { background-color: rgb(60,207,117); }
div.DivClassName
{
background-color: #3CCF75;
}
.BgClassName
{
background-color: #3CCF75;
}
</style>
border-color css
<style>
span { border-color: #3CCF75; }
span { border-color: rgb(60,207,117); }
td.TdClassName
{
border-color: #3CCF75;
}
.TagClassName
{
border-color: #3CCF75;
}
</style>