Shades of Emerald #3DD265
Tints of Emerald #3DD265
RGB
CMYK
RGB Variations
Color information
#3DD265 (or 0x3DD265) is known color: Emerald. HEX triplet: 3D, D2 and 65. RGB value is (61,210,101). Sum of RGB (Red+Green+Blue) = 61+210+101=372 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.40% from 372); Green value is 210 (82.42% from 255 or 56.45% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 210 - color contains mainly: green. Hex color #3DD265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD265 is #C22D9A. Grayscale: #999999. Windows color (decimal): -12725659 or 6672957. OLE color: 6672957.
HSL color Cylindrical-coordinate representation of color #3DD265: hue angle of 136.11º 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 #3DD265 is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 210 | 101 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.18 |
| HSL | 136.11º | 0.62% | 0.53% | - |
| HSV(B) | 136.11º | 0.71% | 0.82% | - |
| XYZ | 27.32 | 48.02 | 20.14 | - |
| YUV | 153.02 | 98.64 | 62.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 210 | 101 | 0.71 | 0 | 0.52 | 0.18 | 136.11 | 0.62 | 0.53 |
| Hex | 3D | D2 | 65 | 47 | 0 | 34 | 12 | 88 | 3E | 35 |
| Octal | 75 | 322 | 145 | 107 | 0 | 64 | 22 | 210 | 76 | 65 |
| Binary | 111101 | 11010010 | 1100101 | 1000111 | 0 | 110100 | 10010 | 10001000 | 111110 | 110101 |
Color Harmonies of #3DD265
Complementary color
Monochromatic Colors of #3DD265
Black with #3DD265
Text Example
Text Example
White with #3DD265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD265; }
p { color: rgb(61,210,101); }
H1.HeaderClassName
{
color: #3DD265;
}
.AnyTagClassName
{
color: #3DD265;
}
</style>
background-color css
<style>
a { background-color: #3DD265; }
a { background-color: rgb(61,210,101); }
div.DivClassName
{
background-color: #3DD265;
}
.BgClassName
{
background-color: #3DD265;
}
</style>
border-color css
<style>
span { border-color: #3DD265; }
span { border-color: rgb(61,210,101); }
td.TdClassName
{
border-color: #3DD265;
}
.TagClassName
{
border-color: #3DD265;
}
</style>