Shades of Emerald #3DDF62
Tints of Emerald #3DDF62
RGB
CMYK
RGB Variations
Color information
#3DDF62 (or 0x3DDF62) is known color: Emerald. HEX triplet: 3D, DF and 62. RGB value is (61,223,98). Sum of RGB (Red+Green+Blue) = 61+223+98=382 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.97% from 382); Green value is 223 (87.5% from 255 or 58.38% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDF62 is #C2209D. Grayscale: #A0A0A0. Windows color (decimal): -12722334 or 6479677. OLE color: 6479677.
HSL color Cylindrical-coordinate representation of color #3DDF62: hue angle of 133.7º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DDF62 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 98 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.13 |
| HSL | 133.7º | 0.72% | 0.56% | - |
| HSV(B) | 133.7º | 0.73% | 0.87% | - |
| XYZ | 30.52 | 54.65 | 20.5 | - |
| YUV | 160.31 | 92.83 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 98 | 0.73 | 0 | 0.56 | 0.13 | 133.7 | 0.72 | 0.56 |
| Hex | 3D | DF | 62 | 49 | 0 | 38 | D | 86 | 48 | 38 |
| Octal | 75 | 337 | 142 | 111 | 0 | 70 | 15 | 206 | 110 | 70 |
| Binary | 111101 | 11011111 | 1100010 | 1001001 | 0 | 111000 | 1101 | 10000110 | 1001000 | 111000 |
Color Harmonies of #3DDF62
Complementary color
Monochromatic Colors of #3DDF62
Black with #3DDF62
Text Example
Text Example
White with #3DDF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDF62; }
p { color: rgb(61,223,98); }
H1.HeaderClassName
{
color: #3DDF62;
}
.AnyTagClassName
{
color: #3DDF62;
}
</style>
background-color css
<style>
a { background-color: #3DDF62; }
a { background-color: rgb(61,223,98); }
div.DivClassName
{
background-color: #3DDF62;
}
.BgClassName
{
background-color: #3DDF62;
}
</style>
border-color css
<style>
span { border-color: #3DDF62; }
span { border-color: rgb(61,223,98); }
td.TdClassName
{
border-color: #3DDF62;
}
.TagClassName
{
border-color: #3DDF62;
}
</style>