Shades of Emerald #46D65D
Tints of Emerald #46D65D
RGB
CMYK
RGB Variations
Color information
#46D65D (or 0x46D65D) is known color: Emerald. HEX triplet: 46, D6 and 5D. RGB value is (70,214,93). Sum of RGB (Red+Green+Blue) = 70+214+93=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 214 (83.98% from 255 or 56.76% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 214 - color contains mainly: green. Hex color #46D65D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D65D is #B929A2. Grayscale: #9D9D9D. Windows color (decimal): -12134819 or 6149702. OLE color: 6149702.
HSL color Cylindrical-coordinate representation of color #46D65D: hue angle of 129.58º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D65D is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 214 | 93 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.16 |
| HSL | 129.58º | 0.64% | 0.56% | - |
| HSV(B) | 129.58º | 0.67% | 0.84% | - |
| XYZ | 28.55 | 50.19 | 18.54 | - |
| YUV | 157.15 | 91.79 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 214 | 93 | 0.67 | 0 | 0.57 | 0.16 | 129.58 | 0.64 | 0.56 |
| Hex | 46 | D6 | 5D | 43 | 0 | 39 | 10 | 82 | 40 | 38 |
| Octal | 106 | 326 | 135 | 103 | 0 | 71 | 20 | 202 | 100 | 70 |
| Binary | 1000110 | 11010110 | 1011101 | 1000011 | 0 | 111001 | 10000 | 10000010 | 1000000 | 111000 |
Color Harmonies of #46D65D
Complementary color
Monochromatic Colors of #46D65D
Black with #46D65D
Text Example
Text Example
White with #46D65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D65D; }
p { color: rgb(70,214,93); }
H1.HeaderClassName
{
color: #46D65D;
}
.AnyTagClassName
{
color: #46D65D;
}
</style>
background-color css
<style>
a { background-color: #46D65D; }
a { background-color: rgb(70,214,93); }
div.DivClassName
{
background-color: #46D65D;
}
.BgClassName
{
background-color: #46D65D;
}
</style>
border-color css
<style>
span { border-color: #46D65D; }
span { border-color: rgb(70,214,93); }
td.TdClassName
{
border-color: #46D65D;
}
.TagClassName
{
border-color: #46D65D;
}
</style>