Shades of Emerald #3CC875
Tints of Emerald #3CC875
RGB
CMYK
RGB Variations
Color information
#3CC875 (or 0x3CC875) is known color: Emerald. HEX triplet: 3C, C8 and 75. RGB value is (60,200,117). Sum of RGB (Red+Green+Blue) = 60+200+117=377 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.92% from 377); Green value is 200 (78.52% from 255 or 53.05% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 200 - color contains mainly: green. Hex color #3CC875 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC875 is #C3378A. Grayscale: #949494. Windows color (decimal): -12793739 or 7718972. OLE color: 7718972.
HSL color Cylindrical-coordinate representation of color #3CC875: hue angle of 144.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC875 is Cyan = 0.7, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 200 | 117 | - |
| CMYK | 0.7 | 0 | 0.42 | 0.22 |
| HSL | 144.43º | 0.56% | 0.51% | - |
| HSV(B) | 144.43º | 0.7% | 0.78% | - |
| XYZ | 25.73 | 43.55 | 23.88 | - |
| YUV | 148.68 | 110.12 | 64.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 200 | 117 | 0.7 | 0 | 0.42 | 0.22 | 144.43 | 0.56 | 0.51 |
| Hex | 3C | C8 | 75 | 46 | 0 | 2A | 16 | 90 | 38 | 33 |
| Octal | 74 | 310 | 165 | 106 | 0 | 52 | 26 | 220 | 70 | 63 |
| Binary | 111100 | 11001000 | 1110101 | 1000110 | 0 | 101010 | 10110 | 10010000 | 111000 | 110011 |
Color Harmonies of #3CC875
Complementary color
Monochromatic Colors of #3CC875
Black with #3CC875
Text Example
Text Example
White with #3CC875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC875; }
p { color: rgb(60,200,117); }
H1.HeaderClassName
{
color: #3CC875;
}
.AnyTagClassName
{
color: #3CC875;
}
</style>
background-color css
<style>
a { background-color: #3CC875; }
a { background-color: rgb(60,200,117); }
div.DivClassName
{
background-color: #3CC875;
}
.BgClassName
{
background-color: #3CC875;
}
</style>
border-color css
<style>
span { border-color: #3CC875; }
span { border-color: rgb(60,200,117); }
td.TdClassName
{
border-color: #3CC875;
}
.TagClassName
{
border-color: #3CC875;
}
</style>