Shades of Emerald #3CCB64
Tints of Emerald #3CCB64
RGB
CMYK
RGB Variations
Color information
#3CCB64 (or 0x3CCB64) is known color: Emerald. HEX triplet: 3C, CB and 64. RGB value is (60,203,100). Sum of RGB (Red+Green+Blue) = 60+203+100=363 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.53% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #3CCB64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCB64 is #C3349B. Grayscale: #949494. Windows color (decimal): -12792988 or 6605628. OLE color: 6605628.
HSL color Cylindrical-coordinate representation of color #3CCB64: hue angle of 136.78º 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 #3CCB64 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 203 | 100 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.20 |
| HSL | 136.78º | 0.58% | 0.52% | - |
| HSV(B) | 136.78º | 0.7% | 0.8% | - |
| XYZ | 25.52 | 44.59 | 19.32 | - |
| YUV | 148.5 | 100.62 | 64.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 203 | 100 | 0.70 | 0 | 0.51 | 0.20 | 136.78 | 0.58 | 0.52 |
| Hex | 3C | CB | 64 | 46 | 0 | 33 | 14 | 89 | 3A | 34 |
| Octal | 74 | 313 | 144 | 106 | 0 | 63 | 24 | 211 | 72 | 64 |
| Binary | 111100 | 11001011 | 1100100 | 1000110 | 0 | 110011 | 10100 | 10001001 | 111010 | 110100 |
Color Harmonies of #3CCB64
Complementary color
Monochromatic Colors of #3CCB64
Black with #3CCB64
Text Example
Text Example
White with #3CCB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCB64; }
p { color: rgb(60,203,100); }
H1.HeaderClassName
{
color: #3CCB64;
}
.AnyTagClassName
{
color: #3CCB64;
}
</style>
background-color css
<style>
a { background-color: #3CCB64; }
a { background-color: rgb(60,203,100); }
div.DivClassName
{
background-color: #3CCB64;
}
.BgClassName
{
background-color: #3CCB64;
}
</style>
border-color css
<style>
span { border-color: #3CCB64; }
span { border-color: rgb(60,203,100); }
td.TdClassName
{
border-color: #3CCB64;
}
.TagClassName
{
border-color: #3CCB64;
}
</style>