Shades of Emerald #3CDD81
Tints of Emerald #3CDD81
RGB
CMYK
RGB Variations
Color information
#3CDD81 (or 0x3CDD81) is known color: Emerald. HEX triplet: 3C, DD and 81. RGB value is (60,221,129). Sum of RGB (Red+Green+Blue) = 60+221+129=410 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.63% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDD81 is #C3227E. Grayscale: #A2A2A2. Windows color (decimal): -12788351 or 8510780. OLE color: 8510780.
HSL color Cylindrical-coordinate representation of color #3CDD81: hue angle of 145.71º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDD81 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 129 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.13 |
| HSL | 145.71º | 0.7% | 0.55% | - |
| HSV(B) | 145.71º | 0.73% | 0.87% | - |
| XYZ | 31.68 | 54.26 | 29.57 | - |
| YUV | 162.37 | 109.16 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 129 | 0.73 | 0 | 0.42 | 0.13 | 145.71 | 0.7 | 0.55 |
| Hex | 3C | DD | 81 | 49 | 0 | 2A | D | 92 | 46 | 37 |
| Octal | 74 | 335 | 201 | 111 | 0 | 52 | 15 | 222 | 106 | 67 |
| Binary | 111100 | 11011101 | 10000001 | 1001001 | 0 | 101010 | 1101 | 10010010 | 1000110 | 110111 |
Color Harmonies of #3CDD81
Complementary color
Monochromatic Colors of #3CDD81
Black with #3CDD81
Text Example
Text Example
White with #3CDD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDD81; }
p { color: rgb(60,221,129); }
H1.HeaderClassName
{
color: #3CDD81;
}
.AnyTagClassName
{
color: #3CDD81;
}
</style>
background-color css
<style>
a { background-color: #3CDD81; }
a { background-color: rgb(60,221,129); }
div.DivClassName
{
background-color: #3CDD81;
}
.BgClassName
{
background-color: #3CDD81;
}
</style>
border-color css
<style>
span { border-color: #3CDD81; }
span { border-color: rgb(60,221,129); }
td.TdClassName
{
border-color: #3CDD81;
}
.TagClassName
{
border-color: #3CDD81;
}
</style>