Shades of Emerald #3CDB61
Tints of Emerald #3CDB61
RGB
CMYK
RGB Variations
Color information
#3CDB61 (or 0x3CDB61) is known color: Emerald. HEX triplet: 3C, DB and 61. RGB value is (60,219,97). Sum of RGB (Red+Green+Blue) = 60+219+97=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 219 (85.94% from 255 or 58.24% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 219 - color contains mainly: green. Hex color #3CDB61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDB61 is #C3249E. Grayscale: #9D9D9D. Windows color (decimal): -12788895 or 6413116. OLE color: 6413116.
HSL color Cylindrical-coordinate representation of color #3CDB61: hue angle of 133.96º 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 #3CDB61 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 219 | 97 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.14 |
| HSL | 133.96º | 0.69% | 0.55% | - |
| HSV(B) | 133.96º | 0.73% | 0.86% | - |
| XYZ | 29.35 | 52.49 | 19.89 | - |
| YUV | 157.55 | 93.82 | 58.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 219 | 97 | 0.73 | 0 | 0.56 | 0.14 | 133.96 | 0.69 | 0.55 |
| Hex | 3C | DB | 61 | 49 | 0 | 38 | E | 86 | 45 | 37 |
| Octal | 74 | 333 | 141 | 111 | 0 | 70 | 16 | 206 | 105 | 67 |
| Binary | 111100 | 11011011 | 1100001 | 1001001 | 0 | 111000 | 1110 | 10000110 | 1000101 | 110111 |
Color Harmonies of #3CDB61
Complementary color
Monochromatic Colors of #3CDB61
Black with #3CDB61
Text Example
Text Example
White with #3CDB61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDB61; }
p { color: rgb(60,219,97); }
H1.HeaderClassName
{
color: #3CDB61;
}
.AnyTagClassName
{
color: #3CDB61;
}
</style>
background-color css
<style>
a { background-color: #3CDB61; }
a { background-color: rgb(60,219,97); }
div.DivClassName
{
background-color: #3CDB61;
}
.BgClassName
{
background-color: #3CDB61;
}
</style>
border-color css
<style>
span { border-color: #3CDB61; }
span { border-color: rgb(60,219,97); }
td.TdClassName
{
border-color: #3CDB61;
}
.TagClassName
{
border-color: #3CDB61;
}
</style>