Shades of Emerald #3DDC68
Tints of Emerald #3DDC68
RGB
CMYK
RGB Variations
Color information
#3DDC68 (or 0x3DDC68) is known color: Emerald. HEX triplet: 3D, DC and 68. RGB value is (61,220,104). Sum of RGB (Red+Green+Blue) = 61+220+104=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDC68 is #C22397. Grayscale: #9F9F9F. Windows color (decimal): -12723096 or 6872125. OLE color: 6872125.
HSL color Cylindrical-coordinate representation of color #3DDC68: hue angle of 136.23º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDC68 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 220 | 104 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.14 |
| HSL | 136.23º | 0.69% | 0.55% | - |
| HSV(B) | 136.23º | 0.72% | 0.86% | - |
| XYZ | 30.02 | 53.18 | 21.78 | - |
| YUV | 159.24 | 96.82 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 104 | 0.72 | 0 | 0.53 | 0.14 | 136.23 | 0.69 | 0.55 |
| Hex | 3D | DC | 68 | 48 | 0 | 35 | E | 88 | 45 | 37 |
| Octal | 75 | 334 | 150 | 110 | 0 | 65 | 16 | 210 | 105 | 67 |
| Binary | 111101 | 11011100 | 1101000 | 1001000 | 0 | 110101 | 1110 | 10001000 | 1000101 | 110111 |
Color Harmonies of #3DDC68
Complementary color
Monochromatic Colors of #3DDC68
Black with #3DDC68
Text Example
Text Example
White with #3DDC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDC68; }
p { color: rgb(61,220,104); }
H1.HeaderClassName
{
color: #3DDC68;
}
.AnyTagClassName
{
color: #3DDC68;
}
</style>
background-color css
<style>
a { background-color: #3DDC68; }
a { background-color: rgb(61,220,104); }
div.DivClassName
{
background-color: #3DDC68;
}
.BgClassName
{
background-color: #3DDC68;
}
</style>
border-color css
<style>
span { border-color: #3DDC68; }
span { border-color: rgb(61,220,104); }
td.TdClassName
{
border-color: #3DDC68;
}
.TagClassName
{
border-color: #3DDC68;
}
</style>