Shades of Emerald #3CDB5C
Tints of Emerald #3CDB5C
RGB
CMYK
RGB Variations
Color information
#3CDB5C (or 0x3CDB5C) is known color: Emerald. HEX triplet: 3C, DB and 5C. RGB value is (60,219,92). Sum of RGB (Red+Green+Blue) = 60+219+92=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 219 (85.94% from 255 or 59.03% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDB5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDB5C is #C324A3. Grayscale: #9D9D9D. Windows color (decimal): -12788900 or 6085436. OLE color: 6085436.
HSL color Cylindrical-coordinate representation of color #3CDB5C: hue angle of 132.08º 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 #3CDB5C is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 219 | 92 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.14 |
| HSL | 132.08º | 0.69% | 0.55% | - |
| HSV(B) | 132.08º | 0.73% | 0.86% | - |
| XYZ | 29.13 | 52.4 | 18.7 | - |
| YUV | 156.98 | 91.32 | 58.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 92 | 0.73 | 0 | 0.58 | 0.14 | 132.08 | 0.69 | 0.55 |
| Hex | 3C | DB | 5C | 49 | 0 | 3A | E | 84 | 45 | 37 |
| Octal | 74 | 333 | 134 | 111 | 0 | 72 | 16 | 204 | 105 | 67 |
| Binary | 111100 | 11011011 | 1011100 | 1001001 | 0 | 111010 | 1110 | 10000100 | 1000101 | 110111 |
Color Harmonies of #3CDB5C
Complementary color
Monochromatic Colors of #3CDB5C
Black with #3CDB5C
Text Example
Text Example
White with #3CDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDB5C; }
p { color: rgb(60,219,92); }
H1.HeaderClassName
{
color: #3CDB5C;
}
.AnyTagClassName
{
color: #3CDB5C;
}
</style>
background-color css
<style>
a { background-color: #3CDB5C; }
a { background-color: rgb(60,219,92); }
div.DivClassName
{
background-color: #3CDB5C;
}
.BgClassName
{
background-color: #3CDB5C;
}
</style>
border-color css
<style>
span { border-color: #3CDB5C; }
span { border-color: rgb(60,219,92); }
td.TdClassName
{
border-color: #3CDB5C;
}
.TagClassName
{
border-color: #3CDB5C;
}
</style>