Shades of Emerald #3DE682
Tints of Emerald #3DE682
RGB
CMYK
RGB Variations
Color information
#3DE682 (or 0x3DE682) is known color: Emerald. HEX triplet: 3D, E6 and 82. RGB value is (61,230,130). Sum of RGB (Red+Green+Blue) = 61+230+130=421 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.49% from 421); Green value is 230 (90.23% from 255 or 54.63% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 230 - color contains mainly: green. Hex color #3DE682 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DE682 is #C2197D. Grayscale: #A8A8A8. Windows color (decimal): -12720510 or 8578621. OLE color: 8578621.
HSL color Cylindrical-coordinate representation of color #3DE682: hue angle of 144.5º degrees, saturation: 0.77, 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 #3DE682 is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 61 | 230 | 130 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.10 |
| HSL | 144.5º | 0.77% | 0.57% | - |
| HSV(B) | 144.5º | 0.73% | 0.9% | - |
| XYZ | 34.25 | 59.2 | 30.74 | - |
| YUV | 168.07 | 106.51 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 230 | 130 | 0.73 | 0 | 0.43 | 0.10 | 144.5 | 0.77 | 0.57 |
| Hex | 3D | E6 | 82 | 49 | 0 | 2B | A | 90 | 4D | 39 |
| Octal | 75 | 346 | 202 | 111 | 0 | 53 | 12 | 220 | 115 | 71 |
| Binary | 111101 | 11100110 | 10000010 | 1001001 | 0 | 101011 | 1010 | 10010000 | 1001101 | 111001 |
Color Harmonies of #3DE682
Complementary color
Monochromatic Colors of #3DE682
Black with #3DE682
Text Example
Text Example
White with #3DE682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE682; }
p { color: rgb(61,230,130); }
H1.HeaderClassName
{
color: #3DE682;
}
.AnyTagClassName
{
color: #3DE682;
}
</style>
background-color css
<style>
a { background-color: #3DE682; }
a { background-color: rgb(61,230,130); }
div.DivClassName
{
background-color: #3DE682;
}
.BgClassName
{
background-color: #3DE682;
}
</style>
border-color css
<style>
span { border-color: #3DE682; }
span { border-color: rgb(61,230,130); }
td.TdClassName
{
border-color: #3DE682;
}
.TagClassName
{
border-color: #3DE682;
}
</style>