Shades of Emerald #3DD26B
Tints of Emerald #3DD26B
RGB
CMYK
RGB Variations
Color information
#3DD26B (or 0x3DD26B) is known color: Emerald. HEX triplet: 3D, D2 and 6B. RGB value is (61,210,107). Sum of RGB (Red+Green+Blue) = 61+210+107=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 210 (82.42% from 255 or 55.56% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD26B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD26B is #C22D94. Grayscale: #999999. Windows color (decimal): -12725653 or 7066173. OLE color: 7066173.
HSL color Cylindrical-coordinate representation of color #3DD26B: hue angle of 138.52º 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 #3DD26B is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 210 | 107 | - |
| CMYK | 0.71 | 0 | 0.49 | 0.18 |
| HSL | 138.52º | 0.62% | 0.53% | - |
| HSV(B) | 138.52º | 0.71% | 0.82% | - |
| XYZ | 27.62 | 48.15 | 21.75 | - |
| YUV | 153.71 | 101.64 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 210 | 107 | 0.71 | 0 | 0.49 | 0.18 | 138.52 | 0.62 | 0.53 |
| Hex | 3D | D2 | 6B | 47 | 0 | 31 | 12 | 8B | 3E | 35 |
| Octal | 75 | 322 | 153 | 107 | 0 | 61 | 22 | 213 | 76 | 65 |
| Binary | 111101 | 11010010 | 1101011 | 1000111 | 0 | 110001 | 10010 | 10001011 | 111110 | 110101 |
Color Harmonies of #3DD26B
Complementary color
Monochromatic Colors of #3DD26B
Black with #3DD26B
Text Example
Text Example
White with #3DD26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD26B; }
p { color: rgb(61,210,107); }
H1.HeaderClassName
{
color: #3DD26B;
}
.AnyTagClassName
{
color: #3DD26B;
}
</style>
background-color css
<style>
a { background-color: #3DD26B; }
a { background-color: rgb(61,210,107); }
div.DivClassName
{
background-color: #3DD26B;
}
.BgClassName
{
background-color: #3DD26B;
}
</style>
border-color css
<style>
span { border-color: #3DD26B; }
span { border-color: rgb(61,210,107); }
td.TdClassName
{
border-color: #3DD26B;
}
.TagClassName
{
border-color: #3DD26B;
}
</style>