Shades of Emerald #46D85C
Tints of Emerald #46D85C
RGB
CMYK
RGB Variations
Color information
#46D85C (or 0x46D85C) is known color: Emerald. HEX triplet: 46, D8 and 5C. RGB value is (70,216,92). Sum of RGB (Red+Green+Blue) = 70+216+92=378 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.52% from 378); Green value is 216 (84.77% from 255 or 57.14% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 216 - color contains mainly: green. Hex color #46D85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D85C is #B927A3. Grayscale: #9E9E9E. Windows color (decimal): -12134308 or 6084678. OLE color: 6084678.
HSL color Cylindrical-coordinate representation of color #46D85C: hue angle of 129.04º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46D85C is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 216 | 92 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.15 |
| HSL | 129.04º | 0.65% | 0.56% | - |
| HSV(B) | 129.04º | 0.68% | 0.85% | - |
| XYZ | 29.01 | 51.19 | 18.48 | - |
| YUV | 158.21 | 90.63 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 216 | 92 | 0.68 | 0 | 0.57 | 0.15 | 129.04 | 0.65 | 0.56 |
| Hex | 46 | D8 | 5C | 44 | 0 | 39 | F | 81 | 41 | 38 |
| Octal | 106 | 330 | 134 | 104 | 0 | 71 | 17 | 201 | 101 | 70 |
| Binary | 1000110 | 11011000 | 1011100 | 1000100 | 0 | 111001 | 1111 | 10000001 | 1000001 | 111000 |
Color Harmonies of #46D85C
Complementary color
Monochromatic Colors of #46D85C
Black with #46D85C
Text Example
Text Example
White with #46D85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D85C; }
p { color: rgb(70,216,92); }
H1.HeaderClassName
{
color: #46D85C;
}
.AnyTagClassName
{
color: #46D85C;
}
</style>
background-color css
<style>
a { background-color: #46D85C; }
a { background-color: rgb(70,216,92); }
div.DivClassName
{
background-color: #46D85C;
}
.BgClassName
{
background-color: #46D85C;
}
</style>
border-color css
<style>
span { border-color: #46D85C; }
span { border-color: rgb(70,216,92); }
td.TdClassName
{
border-color: #46D85C;
}
.TagClassName
{
border-color: #46D85C;
}
</style>