Shades of Emerald #3DEC75
Tints of Emerald #3DEC75
RGB
CMYK
RGB Variations
Color information
#3DEC75 (or 0x3DEC75) is known color: Emerald. HEX triplet: 3D, EC and 75. RGB value is (61,236,117). Sum of RGB (Red+Green+Blue) = 61+236+117=414 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.73% from 414); Green value is 236 (92.58% from 255 or 57.00% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 236 - color contains mainly: green. Hex color #3DEC75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DEC75 is #C2138A. Grayscale: #AAAAAA. Windows color (decimal): -12718987 or 7728189. OLE color: 7728189.
HSL color Cylindrical-coordinate representation of color #3DEC75: hue angle of 139.2º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEC75 is Cyan = 0.74, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 236 | 117 | - |
| CMYK | 0.74 | 0 | 0.50 | 0.07 |
| HSL | 139.2º | 0.82% | 0.58% | - |
| HSV(B) | 139.2º | 0.74% | 0.93% | - |
| XYZ | 35.13 | 62.27 | 27 | - |
| YUV | 170.11 | 98.02 | 50.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 236 | 117 | 0.74 | 0 | 0.50 | 0.07 | 139.2 | 0.82 | 0.58 |
| Hex | 3D | EC | 75 | 4A | 0 | 32 | 7 | 8B | 52 | 3A |
| Octal | 75 | 354 | 165 | 112 | 0 | 62 | 7 | 213 | 122 | 72 |
| Binary | 111101 | 11101100 | 1110101 | 1001010 | 0 | 110010 | 111 | 10001011 | 1010010 | 111010 |
Color Harmonies of #3DEC75
Complementary color
Monochromatic Colors of #3DEC75
Black with #3DEC75
Text Example
Text Example
White with #3DEC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEC75; }
p { color: rgb(61,236,117); }
H1.HeaderClassName
{
color: #3DEC75;
}
.AnyTagClassName
{
color: #3DEC75;
}
</style>
background-color css
<style>
a { background-color: #3DEC75; }
a { background-color: rgb(61,236,117); }
div.DivClassName
{
background-color: #3DEC75;
}
.BgClassName
{
background-color: #3DEC75;
}
</style>
border-color css
<style>
span { border-color: #3DEC75; }
span { border-color: rgb(61,236,117); }
td.TdClassName
{
border-color: #3DEC75;
}
.TagClassName
{
border-color: #3DEC75;
}
</style>