Shades of Emerald #3CDB84
Tints of Emerald #3CDB84
RGB
CMYK
RGB Variations
Color information
#3CDB84 (or 0x3CDB84) is known color: Emerald. HEX triplet: 3C, DB and 84. RGB value is (60,219,132). Sum of RGB (Red+Green+Blue) = 60+219+132=411 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.60% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDB84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDB84 is #C3247B. Grayscale: #A1A1A1. Windows color (decimal): -12788860 or 8706876. OLE color: 8706876.
HSL color Cylindrical-coordinate representation of color #3CDB84: hue angle of 147.17º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDB84 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 219 | 132 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.14 |
| HSL | 147.17º | 0.69% | 0.55% | - |
| HSV(B) | 147.17º | 0.73% | 0.86% | - |
| XYZ | 31.36 | 53.29 | 30.46 | - |
| YUV | 161.54 | 111.32 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 132 | 0.73 | 0 | 0.40 | 0.14 | 147.17 | 0.69 | 0.55 |
| Hex | 3C | DB | 84 | 49 | 0 | 28 | E | 93 | 45 | 37 |
| Octal | 74 | 333 | 204 | 111 | 0 | 50 | 16 | 223 | 105 | 67 |
| Binary | 111100 | 11011011 | 10000100 | 1001001 | 0 | 101000 | 1110 | 10010011 | 1000101 | 110111 |
Color Harmonies of #3CDB84
Complementary color
Monochromatic Colors of #3CDB84
Black with #3CDB84
Text Example
Text Example
White with #3CDB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDB84; }
p { color: rgb(60,219,132); }
H1.HeaderClassName
{
color: #3CDB84;
}
.AnyTagClassName
{
color: #3CDB84;
}
</style>
background-color css
<style>
a { background-color: #3CDB84; }
a { background-color: rgb(60,219,132); }
div.DivClassName
{
background-color: #3CDB84;
}
.BgClassName
{
background-color: #3CDB84;
}
</style>
border-color css
<style>
span { border-color: #3CDB84; }
span { border-color: rgb(60,219,132); }
td.TdClassName
{
border-color: #3CDB84;
}
.TagClassName
{
border-color: #3CDB84;
}
</style>