Shades of Emerald #3DDD68
Tints of Emerald #3DDD68
RGB
CMYK
RGB Variations
Color information
#3DDD68 (or 0x3DDD68) is known color: Emerald. HEX triplet: 3D, DD and 68. RGB value is (61,221,104). Sum of RGB (Red+Green+Blue) = 61+221+104=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 221 (86.72% from 255 or 57.25% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDD68 is #C22297. Grayscale: #A0A0A0. Windows color (decimal): -12722840 or 6872381. OLE color: 6872381.
HSL color Cylindrical-coordinate representation of color #3DDD68: hue angle of 136.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDD68 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 104 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.13 |
| HSL | 136.13º | 0.7% | 0.55% | - |
| HSV(B) | 136.13º | 0.72% | 0.87% | - |
| XYZ | 30.28 | 53.7 | 21.87 | - |
| YUV | 159.82 | 96.49 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 104 | 0.72 | 0 | 0.53 | 0.13 | 136.13 | 0.7 | 0.55 |
| Hex | 3D | DD | 68 | 48 | 0 | 35 | D | 88 | 46 | 37 |
| Octal | 75 | 335 | 150 | 110 | 0 | 65 | 15 | 210 | 106 | 67 |
| Binary | 111101 | 11011101 | 1101000 | 1001000 | 0 | 110101 | 1101 | 10001000 | 1000110 | 110111 |
Color Harmonies of #3DDD68
Complementary color
Monochromatic Colors of #3DDD68
Black with #3DDD68
Text Example
Text Example
White with #3DDD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDD68; }
p { color: rgb(61,221,104); }
H1.HeaderClassName
{
color: #3DDD68;
}
.AnyTagClassName
{
color: #3DDD68;
}
</style>
background-color css
<style>
a { background-color: #3DDD68; }
a { background-color: rgb(61,221,104); }
div.DivClassName
{
background-color: #3DDD68;
}
.BgClassName
{
background-color: #3DDD68;
}
</style>
border-color css
<style>
span { border-color: #3DDD68; }
span { border-color: rgb(61,221,104); }
td.TdClassName
{
border-color: #3DDD68;
}
.TagClassName
{
border-color: #3DDD68;
}
</style>