Shades of Emerald #3DDF5A
Tints of Emerald #3DDF5A
RGB
CMYK
RGB Variations
Color information
#3DDF5A (or 0x3DDF5A) is known color: Emerald. HEX triplet: 3D, DF and 5A. RGB value is (61,223,90). Sum of RGB (Red+Green+Blue) = 61+223+90=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 223 (87.5% from 255 or 59.63% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDF5A is #C220A5. Grayscale: #9F9F9F. Windows color (decimal): -12722342 or 5955389. OLE color: 5955389.
HSL color Cylindrical-coordinate representation of color #3DDF5A: hue angle of 130.74º 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 #3DDF5A is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 90 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.13 |
| HSL | 130.74º | 0.72% | 0.56% | - |
| HSV(B) | 130.74º | 0.73% | 0.87% | - |
| XYZ | 30.16 | 54.51 | 18.6 | - |
| YUV | 159.4 | 88.83 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 90 | 0.73 | 0 | 0.60 | 0.13 | 130.74 | 0.72 | 0.56 |
| Hex | 3D | DF | 5A | 49 | 0 | 3C | D | 83 | 48 | 38 |
| Octal | 75 | 337 | 132 | 111 | 0 | 74 | 15 | 203 | 110 | 70 |
| Binary | 111101 | 11011111 | 1011010 | 1001001 | 0 | 111100 | 1101 | 10000011 | 1001000 | 111000 |
Color Harmonies of #3DDF5A
Complementary color
Monochromatic Colors of #3DDF5A
Black with #3DDF5A
Text Example
Text Example
White with #3DDF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDF5A; }
p { color: rgb(61,223,90); }
H1.HeaderClassName
{
color: #3DDF5A;
}
.AnyTagClassName
{
color: #3DDF5A;
}
</style>
background-color css
<style>
a { background-color: #3DDF5A; }
a { background-color: rgb(61,223,90); }
div.DivClassName
{
background-color: #3DDF5A;
}
.BgClassName
{
background-color: #3DDF5A;
}
</style>
border-color css
<style>
span { border-color: #3DDF5A; }
span { border-color: rgb(61,223,90); }
td.TdClassName
{
border-color: #3DDF5A;
}
.TagClassName
{
border-color: #3DDF5A;
}
</style>