Shades of Emerald #3CCB59
Tints of Emerald #3CCB59
RGB
CMYK
RGB Variations
Color information
#3CCB59 (or 0x3CCB59) is known color: Emerald. HEX triplet: 3C, CB and 59. RGB value is (60,203,89). Sum of RGB (Red+Green+Blue) = 60+203+89=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 203 (79.69% from 255 or 57.67% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCB59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCB59 is #C334A6. Grayscale: #939393. Windows color (decimal): -12792999 or 5884732. OLE color: 5884732.
HSL color Cylindrical-coordinate representation of color #3CCB59: hue angle of 132.17º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCB59 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 203 | 89 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.20 |
| HSL | 132.17º | 0.58% | 0.52% | - |
| HSV(B) | 132.17º | 0.7% | 0.8% | - |
| XYZ | 25.02 | 44.39 | 16.7 | - |
| YUV | 147.25 | 95.12 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 89 | 0.70 | 0 | 0.56 | 0.20 | 132.17 | 0.58 | 0.52 |
| Hex | 3C | CB | 59 | 46 | 0 | 38 | 14 | 84 | 3A | 34 |
| Octal | 74 | 313 | 131 | 106 | 0 | 70 | 24 | 204 | 72 | 64 |
| Binary | 111100 | 11001011 | 1011001 | 1000110 | 0 | 111000 | 10100 | 10000100 | 111010 | 110100 |
Color Harmonies of #3CCB59
Complementary color
Monochromatic Colors of #3CCB59
Black with #3CCB59
Text Example
Text Example
White with #3CCB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCB59; }
p { color: rgb(60,203,89); }
H1.HeaderClassName
{
color: #3CCB59;
}
.AnyTagClassName
{
color: #3CCB59;
}
</style>
background-color css
<style>
a { background-color: #3CCB59; }
a { background-color: rgb(60,203,89); }
div.DivClassName
{
background-color: #3CCB59;
}
.BgClassName
{
background-color: #3CCB59;
}
</style>
border-color css
<style>
span { border-color: #3CCB59; }
span { border-color: rgb(60,203,89); }
td.TdClassName
{
border-color: #3CCB59;
}
.TagClassName
{
border-color: #3CCB59;
}
</style>