Shades of Emerald #3CDD68
Tints of Emerald #3CDD68
RGB
CMYK
RGB Variations
Color information
#3CDD68 (or 0x3CDD68) is known color: Emerald. HEX triplet: 3C, DD and 68. RGB value is (60,221,104). Sum of RGB (Red+Green+Blue) = 60+221+104=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDD68 is #C32297. Grayscale: #9F9F9F. Windows color (decimal): -12788376 or 6872380. OLE color: 6872380.
HSL color Cylindrical-coordinate representation of color #3CDD68: hue angle of 136.4º 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 #3CDD68 is Cyan = 0.73, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 104 | - |
| CMYK | 0.73 | 0 | 0.53 | 0.13 |
| HSL | 136.4º | 0.7% | 0.55% | - |
| HSV(B) | 136.4º | 0.73% | 0.87% | - |
| XYZ | 30.22 | 53.67 | 21.86 | - |
| YUV | 159.52 | 96.66 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 104 | 0.73 | 0 | 0.53 | 0.13 | 136.4 | 0.7 | 0.55 |
| Hex | 3C | DD | 68 | 49 | 0 | 35 | D | 88 | 46 | 37 |
| Octal | 74 | 335 | 150 | 111 | 0 | 65 | 15 | 210 | 106 | 67 |
| Binary | 111100 | 11011101 | 1101000 | 1001001 | 0 | 110101 | 1101 | 10001000 | 1000110 | 110111 |
Color Harmonies of #3CDD68
Complementary color
Monochromatic Colors of #3CDD68
Black with #3CDD68
Text Example
Text Example
White with #3CDD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDD68; }
p { color: rgb(60,221,104); }
H1.HeaderClassName
{
color: #3CDD68;
}
.AnyTagClassName
{
color: #3CDD68;
}
</style>
background-color css
<style>
a { background-color: #3CDD68; }
a { background-color: rgb(60,221,104); }
div.DivClassName
{
background-color: #3CDD68;
}
.BgClassName
{
background-color: #3CDD68;
}
</style>
border-color css
<style>
span { border-color: #3CDD68; }
span { border-color: rgb(60,221,104); }
td.TdClassName
{
border-color: #3CDD68;
}
.TagClassName
{
border-color: #3CDD68;
}
</style>