Shades of Emerald #46D06F
Tints of Emerald #46D06F
RGB
CMYK
RGB Variations
Color information
#46D06F (or 0x46D06F) is known color: Emerald. HEX triplet: 46, D0 and 6F. RGB value is (70,208,111). Sum of RGB (Red+Green+Blue) = 70+208+111=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 208 (81.64% from 255 or 53.47% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 208 - color contains mainly: green. Hex color #46D06F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D06F is #B92F90. Grayscale: #9B9B9B. Windows color (decimal): -12136337 or 7327814. OLE color: 7327814.
HSL color Cylindrical-coordinate representation of color #46D06F: hue angle of 137.83º 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 #46D06F is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 208 | 111 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.18 |
| HSL | 137.83º | 0.59% | 0.55% | - |
| HSV(B) | 137.83º | 0.66% | 0.82% | - |
| XYZ | 27.95 | 47.56 | 22.75 | - |
| YUV | 155.68 | 102.78 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 208 | 111 | 0.66 | 0 | 0.47 | 0.18 | 137.83 | 0.59 | 0.55 |
| Hex | 46 | D0 | 6F | 42 | 0 | 2F | 12 | 8A | 3B | 37 |
| Octal | 106 | 320 | 157 | 102 | 0 | 57 | 22 | 212 | 73 | 67 |
| Binary | 1000110 | 11010000 | 1101111 | 1000010 | 0 | 101111 | 10010 | 10001010 | 111011 | 110111 |
Color Harmonies of #46D06F
Complementary color
Monochromatic Colors of #46D06F
Black with #46D06F
Text Example
Text Example
White with #46D06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D06F; }
p { color: rgb(70,208,111); }
H1.HeaderClassName
{
color: #46D06F;
}
.AnyTagClassName
{
color: #46D06F;
}
</style>
background-color css
<style>
a { background-color: #46D06F; }
a { background-color: rgb(70,208,111); }
div.DivClassName
{
background-color: #46D06F;
}
.BgClassName
{
background-color: #46D06F;
}
</style>
border-color css
<style>
span { border-color: #46D06F; }
span { border-color: rgb(70,208,111); }
td.TdClassName
{
border-color: #46D06F;
}
.TagClassName
{
border-color: #46D06F;
}
</style>