Shades of Emerald #3DE565
Tints of Emerald #3DE565
RGB
CMYK
RGB Variations
Color information
#3DE565 (or 0x3DE565) is known color: Emerald. HEX triplet: 3D, E5 and 65. RGB value is (61,229,101). Sum of RGB (Red+Green+Blue) = 61+229+101=391 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.60% from 391); Green value is 229 (89.84% from 255 or 58.57% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 229 - color contains mainly: green. Hex color #3DE565 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DE565 is #C21A9A. Grayscale: #A4A4A4. Windows color (decimal): -12720795 or 6677821. OLE color: 6677821.
HSL color Cylindrical-coordinate representation of color #3DE565: hue angle of 134.29º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE565 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 61 | 229 | 101 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.10 |
| HSL | 134.29º | 0.76% | 0.57% | - |
| HSV(B) | 134.29º | 0.73% | 0.9% | - |
| XYZ | 32.29 | 57.97 | 21.8 | - |
| YUV | 164.18 | 92.34 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 229 | 101 | 0.73 | 0 | 0.56 | 0.10 | 134.29 | 0.76 | 0.57 |
| Hex | 3D | E5 | 65 | 49 | 0 | 38 | A | 86 | 4C | 39 |
| Octal | 75 | 345 | 145 | 111 | 0 | 70 | 12 | 206 | 114 | 71 |
| Binary | 111101 | 11100101 | 1100101 | 1001001 | 0 | 111000 | 1010 | 10000110 | 1001100 | 111001 |
Color Harmonies of #3DE565
Complementary color
Monochromatic Colors of #3DE565
Black with #3DE565
Text Example
Text Example
White with #3DE565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE565; }
p { color: rgb(61,229,101); }
H1.HeaderClassName
{
color: #3DE565;
}
.AnyTagClassName
{
color: #3DE565;
}
</style>
background-color css
<style>
a { background-color: #3DE565; }
a { background-color: rgb(61,229,101); }
div.DivClassName
{
background-color: #3DE565;
}
.BgClassName
{
background-color: #3DE565;
}
</style>
border-color css
<style>
span { border-color: #3DE565; }
span { border-color: rgb(61,229,101); }
td.TdClassName
{
border-color: #3DE565;
}
.TagClassName
{
border-color: #3DE565;
}
</style>