Shades of Emerald #3DE15C
Tints of Emerald #3DE15C
RGB
CMYK
RGB Variations
Color information
#3DE15C (or 0x3DE15C) is known color: Emerald. HEX triplet: 3D, E1 and 5C. RGB value is (61,225,92). Sum of RGB (Red+Green+Blue) = 61+225+92=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 225 (88.28% from 255 or 59.52% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 225 - color contains mainly: green. Hex color #3DE15C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DE15C is #C21EA3. Grayscale: #A1A1A1. Windows color (decimal): -12721828 or 6086973. OLE color: 6086973.
HSL color Cylindrical-coordinate representation of color #3DE15C: hue angle of 131.34º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE15C is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 61 | 225 | 92 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.12 |
| HSL | 131.34º | 0.73% | 0.56% | - |
| HSV(B) | 131.34º | 0.73% | 0.88% | - |
| XYZ | 30.78 | 55.62 | 19.24 | - |
| YUV | 160.8 | 89.17 | 56.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 225 | 92 | 0.73 | 0 | 0.59 | 0.12 | 131.34 | 0.73 | 0.56 |
| Hex | 3D | E1 | 5C | 49 | 0 | 3B | C | 83 | 49 | 38 |
| Octal | 75 | 341 | 134 | 111 | 0 | 73 | 14 | 203 | 111 | 70 |
| Binary | 111101 | 11100001 | 1011100 | 1001001 | 0 | 111011 | 1100 | 10000011 | 1001001 | 111000 |
Color Harmonies of #3DE15C
Complementary color
Monochromatic Colors of #3DE15C
Black with #3DE15C
Text Example
Text Example
White with #3DE15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DE15C; }
p { color: rgb(61,225,92); }
H1.HeaderClassName
{
color: #3DE15C;
}
.AnyTagClassName
{
color: #3DE15C;
}
</style>
background-color css
<style>
a { background-color: #3DE15C; }
a { background-color: rgb(61,225,92); }
div.DivClassName
{
background-color: #3DE15C;
}
.BgClassName
{
background-color: #3DE15C;
}
</style>
border-color css
<style>
span { border-color: #3DE15C; }
span { border-color: rgb(61,225,92); }
td.TdClassName
{
border-color: #3DE15C;
}
.TagClassName
{
border-color: #3DE15C;
}
</style>