Shades of Emerald #46DD6A
Tints of Emerald #46DD6A
RGB
CMYK
RGB Variations
Color information
#46DD6A (or 0x46DD6A) is known color: Emerald. HEX triplet: 46, DD and 6A. RGB value is (70,221,106). Sum of RGB (Red+Green+Blue) = 70+221+106=397 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.63% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #46DD6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DD6A is #B92295. Grayscale: #A3A3A3. Windows color (decimal): -12133014 or 7003462. OLE color: 7003462.
HSL color Cylindrical-coordinate representation of color #46DD6A: hue angle of 134.3º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DD6A is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 221 | 106 | - |
| CMYK | 0.68 | 0 | 0.52 | 0.13 |
| HSL | 134.3º | 0.69% | 0.57% | - |
| HSV(B) | 134.3º | 0.68% | 0.87% | - |
| XYZ | 30.98 | 54.06 | 22.44 | - |
| YUV | 162.74 | 95.97 | 61.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 221 | 106 | 0.68 | 0 | 0.52 | 0.13 | 134.3 | 0.69 | 0.57 |
| Hex | 46 | DD | 6A | 44 | 0 | 34 | D | 86 | 45 | 39 |
| Octal | 106 | 335 | 152 | 104 | 0 | 64 | 15 | 206 | 105 | 71 |
| Binary | 1000110 | 11011101 | 1101010 | 1000100 | 0 | 110100 | 1101 | 10000110 | 1000101 | 111001 |
Color Harmonies of #46DD6A
Complementary color
Monochromatic Colors of #46DD6A
Black with #46DD6A
Text Example
Text Example
White with #46DD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DD6A; }
p { color: rgb(70,221,106); }
H1.HeaderClassName
{
color: #46DD6A;
}
.AnyTagClassName
{
color: #46DD6A;
}
</style>
background-color css
<style>
a { background-color: #46DD6A; }
a { background-color: rgb(70,221,106); }
div.DivClassName
{
background-color: #46DD6A;
}
.BgClassName
{
background-color: #46DD6A;
}
</style>
border-color css
<style>
span { border-color: #46DD6A; }
span { border-color: rgb(70,221,106); }
td.TdClassName
{
border-color: #46DD6A;
}
.TagClassName
{
border-color: #46DD6A;
}
</style>