Shades of Emerald #3DDF61
Tints of Emerald #3DDF61
RGB
CMYK
RGB Variations
Color information
#3DDF61 (or 0x3DDF61) is known color: Emerald. HEX triplet: 3D, DF and 61. RGB value is (61,223,97). Sum of RGB (Red+Green+Blue) = 61+223+97=381 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.01% from 381); Green value is 223 (87.5% from 255 or 58.53% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDF61 is #C2209E. Grayscale: #A0A0A0. Windows color (decimal): -12722335 or 6414141. OLE color: 6414141.
HSL color Cylindrical-coordinate representation of color #3DDF61: hue angle of 133.33º 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 #3DDF61 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 97 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.13 |
| HSL | 133.33º | 0.72% | 0.56% | - |
| HSV(B) | 133.33º | 0.73% | 0.87% | - |
| XYZ | 30.47 | 54.63 | 20.25 | - |
| YUV | 160.2 | 92.33 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 97 | 0.73 | 0 | 0.57 | 0.13 | 133.33 | 0.72 | 0.56 |
| Hex | 3D | DF | 61 | 49 | 0 | 39 | D | 85 | 48 | 38 |
| Octal | 75 | 337 | 141 | 111 | 0 | 71 | 15 | 205 | 110 | 70 |
| Binary | 111101 | 11011111 | 1100001 | 1001001 | 0 | 111001 | 1101 | 10000101 | 1001000 | 111000 |
Color Harmonies of #3DDF61
Complementary color
Monochromatic Colors of #3DDF61
Black with #3DDF61
Text Example
Text Example
White with #3DDF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDF61; }
p { color: rgb(61,223,97); }
H1.HeaderClassName
{
color: #3DDF61;
}
.AnyTagClassName
{
color: #3DDF61;
}
</style>
background-color css
<style>
a { background-color: #3DDF61; }
a { background-color: rgb(61,223,97); }
div.DivClassName
{
background-color: #3DDF61;
}
.BgClassName
{
background-color: #3DDF61;
}
</style>
border-color css
<style>
span { border-color: #3DDF61; }
span { border-color: rgb(61,223,97); }
td.TdClassName
{
border-color: #3DDF61;
}
.TagClassName
{
border-color: #3DDF61;
}
</style>