Shades of Emerald #3DDF64
Tints of Emerald #3DDF64
RGB
CMYK
RGB Variations
Color information
#3DDF64 (or 0x3DDF64) is known color: Emerald. HEX triplet: 3D, DF and 64. RGB value is (61,223,100). Sum of RGB (Red+Green+Blue) = 61+223+100=384 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.89% from 384); Green value is 223 (87.5% from 255 or 58.07% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDF64 is #C2209B. Grayscale: #A0A0A0. Windows color (decimal): -12722332 or 6610749. OLE color: 6610749.
HSL color Cylindrical-coordinate representation of color #3DDF64: hue angle of 134.44º 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 #3DDF64 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 100 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.13 |
| HSL | 134.44º | 0.72% | 0.56% | - |
| HSV(B) | 134.44º | 0.73% | 0.87% | - |
| XYZ | 30.61 | 54.69 | 21 | - |
| YUV | 160.54 | 93.83 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 100 | 0.73 | 0 | 0.55 | 0.13 | 134.44 | 0.72 | 0.56 |
| Hex | 3D | DF | 64 | 49 | 0 | 37 | D | 86 | 48 | 38 |
| Octal | 75 | 337 | 144 | 111 | 0 | 67 | 15 | 206 | 110 | 70 |
| Binary | 111101 | 11011111 | 1100100 | 1001001 | 0 | 110111 | 1101 | 10000110 | 1001000 | 111000 |
Color Harmonies of #3DDF64
Complementary color
Monochromatic Colors of #3DDF64
Black with #3DDF64
Text Example
Text Example
White with #3DDF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDF64; }
p { color: rgb(61,223,100); }
H1.HeaderClassName
{
color: #3DDF64;
}
.AnyTagClassName
{
color: #3DDF64;
}
</style>
background-color css
<style>
a { background-color: #3DDF64; }
a { background-color: rgb(61,223,100); }
div.DivClassName
{
background-color: #3DDF64;
}
.BgClassName
{
background-color: #3DDF64;
}
</style>
border-color css
<style>
span { border-color: #3DDF64; }
span { border-color: rgb(61,223,100); }
td.TdClassName
{
border-color: #3DDF64;
}
.TagClassName
{
border-color: #3DDF64;
}
</style>