Shades of Emerald #3DD75D
Tints of Emerald #3DD75D
RGB
CMYK
RGB Variations
Color information
#3DD75D (or 0x3DD75D) is known color: Emerald. HEX triplet: 3D, D7 and 5D. RGB value is (61,215,93). Sum of RGB (Red+Green+Blue) = 61+215+93=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 215 (84.38% from 255 or 58.27% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 215 - color contains mainly: green. Hex color #3DD75D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD75D is #C228A2. Grayscale: #9B9B9B. Windows color (decimal): -12724387 or 6149949. OLE color: 6149949.
HSL color Cylindrical-coordinate representation of color #3DD75D: hue angle of 132.47º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD75D is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
RGB | 61 | 215 | 93 | - |
CMYK | 0.72 | 0 | 0.57 | 0.16 |
HSL | 132.47º | 0.66% | 0.54% | - |
HSV(B) | 132.47º | 0.72% | 0.84% | - |
XYZ | 28.2 | 50.38 | 18.59 | - |
YUV | 155.05 | 92.98 | 60.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 61 | 215 | 93 | 0.72 | 0 | 0.57 | 0.16 | 132.47 | 0.66 | 0.54 |
Hex | 3D | D7 | 5D | 48 | 0 | 39 | 10 | 84 | 42 | 36 |
Octal | 75 | 327 | 135 | 110 | 0 | 71 | 20 | 204 | 102 | 66 |
Binary | 111101 | 11010111 | 1011101 | 1001000 | 0 | 111001 | 10000 | 10000100 | 1000010 | 110110 |
Color Harmonies of #3DD75D
Complementary color
Monochromatic Colors of #3DD75D
Black with #3DD75D
Text Example
Text Example
White with #3DD75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD75D; }
p { color: rgb(61,215,93); }
H1.HeaderClassName
{
color: #3DD75D;
}
.AnyTagClassName
{
color: #3DD75D;
}
</style>
background-color css
<style>
a { background-color: #3DD75D; }
a { background-color: rgb(61,215,93); }
div.DivClassName
{
background-color: #3DD75D;
}
.BgClassName
{
background-color: #3DD75D;
}
</style>
border-color css
<style>
span { border-color: #3DD75D; }
span { border-color: rgb(61,215,93); }
td.TdClassName
{
border-color: #3DD75D;
}
.TagClassName
{
border-color: #3DD75D;
}
</style>