Shades of Emerald #46C66D
Tints of Emerald #46C66D
RGB
CMYK
RGB Variations
Color information
#46C66D (or 0x46C66D) is known color: Emerald. HEX triplet: 46, C6 and 6D. RGB value is (70,198,109). Sum of RGB (Red+Green+Blue) = 70+198+109=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 198 (77.73% from 255 or 52.52% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 198 - color contains mainly: green. Hex color #46C66D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C66D is #B93992. Grayscale: #959595. Windows color (decimal): -12138899 or 7194182. OLE color: 7194182.
HSL color Cylindrical-coordinate representation of color #46C66D: hue angle of 138.28º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C66D is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 198 | 109 | - |
| CMYK | 0.65 | 0 | 0.45 | 0.22 |
| HSL | 138.28º | 0.53% | 0.53% | - |
| HSV(B) | 138.28º | 0.65% | 0.78% | - |
| XYZ | 25.48 | 42.79 | 21.39 | - |
| YUV | 149.58 | 105.09 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 198 | 109 | 0.65 | 0 | 0.45 | 0.22 | 138.28 | 0.53 | 0.53 |
| Hex | 46 | C6 | 6D | 41 | 0 | 2D | 16 | 8A | 35 | 35 |
| Octal | 106 | 306 | 155 | 101 | 0 | 55 | 26 | 212 | 65 | 65 |
| Binary | 1000110 | 11000110 | 1101101 | 1000001 | 0 | 101101 | 10110 | 10001010 | 110101 | 110101 |
Color Harmonies of #46C66D
Complementary color
Monochromatic Colors of #46C66D
Black with #46C66D
Text Example
Text Example
White with #46C66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C66D; }
p { color: rgb(70,198,109); }
H1.HeaderClassName
{
color: #46C66D;
}
.AnyTagClassName
{
color: #46C66D;
}
</style>
background-color css
<style>
a { background-color: #46C66D; }
a { background-color: rgb(70,198,109); }
div.DivClassName
{
background-color: #46C66D;
}
.BgClassName
{
background-color: #46C66D;
}
</style>
border-color css
<style>
span { border-color: #46C66D; }
span { border-color: rgb(70,198,109); }
td.TdClassName
{
border-color: #46C66D;
}
.TagClassName
{
border-color: #46C66D;
}
</style>