Shades of Emerald #3DD26C
Tints of Emerald #3DD26C
RGB
CMYK
RGB Variations
Color information
#3DD26C (or 0x3DD26C) is known color: Emerald. HEX triplet: 3D, D2 and 6C. RGB value is (61,210,108). Sum of RGB (Red+Green+Blue) = 61+210+108=379 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.09% from 379); Green value is 210 (82.42% from 255 or 55.41% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD26C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD26C is #C22D93. Grayscale: #9A9A9A. Windows color (decimal): -12725652 or 7131709. OLE color: 7131709.
HSL color Cylindrical-coordinate representation of color #3DD26C: hue angle of 138.93º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD26C is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 210 | 108 | - |
| CMYK | 0.71 | 0 | 0.49 | 0.18 |
| HSL | 138.93º | 0.62% | 0.53% | - |
| HSV(B) | 138.93º | 0.71% | 0.82% | - |
| XYZ | 27.68 | 48.17 | 22.03 | - |
| YUV | 153.82 | 102.14 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 210 | 108 | 0.71 | 0 | 0.49 | 0.18 | 138.93 | 0.62 | 0.53 |
| Hex | 3D | D2 | 6C | 47 | 0 | 31 | 12 | 8B | 3E | 35 |
| Octal | 75 | 322 | 154 | 107 | 0 | 61 | 22 | 213 | 76 | 65 |
| Binary | 111101 | 11010010 | 1101100 | 1000111 | 0 | 110001 | 10010 | 10001011 | 111110 | 110101 |
Color Harmonies of #3DD26C
Complementary color
Monochromatic Colors of #3DD26C
Black with #3DD26C
Text Example
Text Example
White with #3DD26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD26C; }
p { color: rgb(61,210,108); }
H1.HeaderClassName
{
color: #3DD26C;
}
.AnyTagClassName
{
color: #3DD26C;
}
</style>
background-color css
<style>
a { background-color: #3DD26C; }
a { background-color: rgb(61,210,108); }
div.DivClassName
{
background-color: #3DD26C;
}
.BgClassName
{
background-color: #3DD26C;
}
</style>
border-color css
<style>
span { border-color: #3DD26C; }
span { border-color: rgb(61,210,108); }
td.TdClassName
{
border-color: #3DD26C;
}
.TagClassName
{
border-color: #3DD26C;
}
</style>