Shades of Emerald #46D75C
Tints of Emerald #46D75C
RGB
CMYK
RGB Variations
Color information
#46D75C (or 0x46D75C) is known color: Emerald. HEX triplet: 46, D7 and 5C. RGB value is (70,215,92). Sum of RGB (Red+Green+Blue) = 70+215+92=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 215 (84.38% from 255 or 57.03% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 215 - color contains mainly: green. Hex color #46D75C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D75C is #B928A3. Grayscale: #9D9D9D. Windows color (decimal): -12134564 or 6084422. OLE color: 6084422.
HSL color Cylindrical-coordinate representation of color #46D75C: hue angle of 129.1º 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 #46D75C is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 215 | 92 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.16 |
| HSL | 129.1º | 0.64% | 0.56% | - |
| HSV(B) | 129.1º | 0.67% | 0.84% | - |
| XYZ | 28.76 | 50.68 | 18.39 | - |
| YUV | 157.62 | 90.96 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 215 | 92 | 0.67 | 0 | 0.57 | 0.16 | 129.1 | 0.64 | 0.56 |
| Hex | 46 | D7 | 5C | 43 | 0 | 39 | 10 | 81 | 40 | 38 |
| Octal | 106 | 327 | 134 | 103 | 0 | 71 | 20 | 201 | 100 | 70 |
| Binary | 1000110 | 11010111 | 1011100 | 1000011 | 0 | 111001 | 10000 | 10000001 | 1000000 | 111000 |
Color Harmonies of #46D75C
Complementary color
Monochromatic Colors of #46D75C
Black with #46D75C
Text Example
Text Example
White with #46D75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D75C; }
p { color: rgb(70,215,92); }
H1.HeaderClassName
{
color: #46D75C;
}
.AnyTagClassName
{
color: #46D75C;
}
</style>
background-color css
<style>
a { background-color: #46D75C; }
a { background-color: rgb(70,215,92); }
div.DivClassName
{
background-color: #46D75C;
}
.BgClassName
{
background-color: #46D75C;
}
</style>
border-color css
<style>
span { border-color: #46D75C; }
span { border-color: rgb(70,215,92); }
td.TdClassName
{
border-color: #46D75C;
}
.TagClassName
{
border-color: #46D75C;
}
</style>