Shades of Emerald #46D067
Tints of Emerald #46D067
RGB
CMYK
RGB Variations
Color information
#46D067 (or 0x46D067) is known color: Emerald. HEX triplet: 46, D0 and 67. RGB value is (70,208,103). Sum of RGB (Red+Green+Blue) = 70+208+103=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 208 (81.64% from 255 or 54.59% from 381); Blue value is 103 (40.62% from 255 or 27.03% from 381); Max value from RGB is 208 - color contains mainly: green. Hex color #46D067 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D067 is #B92F98. Grayscale: #9B9B9B. Windows color (decimal): -12136345 or 6803526. OLE color: 6803526.
HSL color Cylindrical-coordinate representation of color #46D067: hue angle of 134.35º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46D067 is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 208 | 103 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.18 |
| HSL | 134.35º | 0.59% | 0.55% | - |
| HSV(B) | 134.35º | 0.66% | 0.82% | - |
| XYZ | 27.53 | 47.39 | 20.53 | - |
| YUV | 154.77 | 98.78 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 208 | 103 | 0.66 | 0 | 0.50 | 0.18 | 134.35 | 0.59 | 0.55 |
| Hex | 46 | D0 | 67 | 42 | 0 | 32 | 12 | 86 | 3B | 37 |
| Octal | 106 | 320 | 147 | 102 | 0 | 62 | 22 | 206 | 73 | 67 |
| Binary | 1000110 | 11010000 | 1100111 | 1000010 | 0 | 110010 | 10010 | 10000110 | 111011 | 110111 |
Color Harmonies of #46D067
Complementary color
Monochromatic Colors of #46D067
Black with #46D067
Text Example
Text Example
White with #46D067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D067; }
p { color: rgb(70,208,103); }
H1.HeaderClassName
{
color: #46D067;
}
.AnyTagClassName
{
color: #46D067;
}
</style>
background-color css
<style>
a { background-color: #46D067; }
a { background-color: rgb(70,208,103); }
div.DivClassName
{
background-color: #46D067;
}
.BgClassName
{
background-color: #46D067;
}
</style>
border-color css
<style>
span { border-color: #46D067; }
span { border-color: rgb(70,208,103); }
td.TdClassName
{
border-color: #46D067;
}
.TagClassName
{
border-color: #46D067;
}
</style>