Shades of Emerald #3DE55F
Tints of Emerald #3DE55F
RGB
CMYK
RGB Variations
Color information
#3DE55F (or 0x3DE55F) is known color: Emerald. HEX triplet: 3D, E5 and 5F. RGB value is (61,229,95). Sum of RGB (Red+Green+Blue) = 61+229+95=385 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.84% from 385); Green value is 229 (89.84% from 255 or 59.48% from 385); Blue value is 95 (37.5% from 255 or 24.68% from 385); Max value from RGB is 229 - color contains mainly: green. Hex color #3DE55F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DE55F is #C21AA0. Grayscale: #A3A3A3. Windows color (decimal): -12720801 or 6284605. OLE color: 6284605.
HSL color Cylindrical-coordinate representation of color #3DE55F: hue angle of 132.14º 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 #3DE55F is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 61 | 229 | 95 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.10 |
| HSL | 132.14º | 0.76% | 0.57% | - |
| HSV(B) | 132.14º | 0.73% | 0.9% | - |
| XYZ | 32.01 | 57.86 | 20.31 | - |
| YUV | 163.49 | 89.34 | 54.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 229 | 95 | 0.73 | 0 | 0.59 | 0.10 | 132.14 | 0.76 | 0.57 |
| Hex | 3D | E5 | 5F | 49 | 0 | 3B | A | 84 | 4C | 39 |
| Octal | 75 | 345 | 137 | 111 | 0 | 73 | 12 | 204 | 114 | 71 |
| Binary | 111101 | 11100101 | 1011111 | 1001001 | 0 | 111011 | 1010 | 10000100 | 1001100 | 111001 |
Color Harmonies of #3DE55F
Complementary color
Monochromatic Colors of #3DE55F
Black with #3DE55F
Text Example
Text Example
White with #3DE55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE55F; }
p { color: rgb(61,229,95); }
H1.HeaderClassName
{
color: #3DE55F;
}
.AnyTagClassName
{
color: #3DE55F;
}
</style>
background-color css
<style>
a { background-color: #3DE55F; }
a { background-color: rgb(61,229,95); }
div.DivClassName
{
background-color: #3DE55F;
}
.BgClassName
{
background-color: #3DE55F;
}
</style>
border-color css
<style>
span { border-color: #3DE55F; }
span { border-color: rgb(61,229,95); }
td.TdClassName
{
border-color: #3DE55F;
}
.TagClassName
{
border-color: #3DE55F;
}
</style>