Shades of Emerald #3DDF5B
Tints of Emerald #3DDF5B
RGB
CMYK
RGB Variations
Color information
#3DDF5B (or 0x3DDF5B) is known color: Emerald. HEX triplet: 3D, DF and 5B. RGB value is (61,223,91). Sum of RGB (Red+Green+Blue) = 61+223+91=375 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.27% from 375); Green value is 223 (87.5% from 255 or 59.47% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 223 - color contains mainly: green. Hex color #3DDF5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDF5B is #C220A4. Grayscale: #9F9F9F. Windows color (decimal): -12722341 or 6020925. OLE color: 6020925.
HSL color Cylindrical-coordinate representation of color #3DDF5B: hue angle of 131.11º 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 #3DDF5B is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 223 | 91 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.13 |
| HSL | 131.11º | 0.72% | 0.56% | - |
| HSV(B) | 131.11º | 0.73% | 0.87% | - |
| XYZ | 30.2 | 54.52 | 18.83 | - |
| YUV | 159.51 | 89.33 | 57.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 223 | 91 | 0.73 | 0 | 0.59 | 0.13 | 131.11 | 0.72 | 0.56 |
| Hex | 3D | DF | 5B | 49 | 0 | 3B | D | 83 | 48 | 38 |
| Octal | 75 | 337 | 133 | 111 | 0 | 73 | 15 | 203 | 110 | 70 |
| Binary | 111101 | 11011111 | 1011011 | 1001001 | 0 | 111011 | 1101 | 10000011 | 1001000 | 111000 |
Color Harmonies of #3DDF5B
Complementary color
Monochromatic Colors of #3DDF5B
Black with #3DDF5B
Text Example
Text Example
White with #3DDF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDF5B; }
p { color: rgb(61,223,91); }
H1.HeaderClassName
{
color: #3DDF5B;
}
.AnyTagClassName
{
color: #3DDF5B;
}
</style>
background-color css
<style>
a { background-color: #3DDF5B; }
a { background-color: rgb(61,223,91); }
div.DivClassName
{
background-color: #3DDF5B;
}
.BgClassName
{
background-color: #3DDF5B;
}
</style>
border-color css
<style>
span { border-color: #3DDF5B; }
span { border-color: rgb(61,223,91); }
td.TdClassName
{
border-color: #3DDF5B;
}
.TagClassName
{
border-color: #3DDF5B;
}
</style>