Shades of Emerald #46C05F
Tints of Emerald #46C05F
RGB
CMYK
RGB Variations
Color information
#46C05F (or 0x46C05F) is known color: Emerald. HEX triplet: 46, C0 and 5F. RGB value is (70,192,95). Sum of RGB (Red+Green+Blue) = 70+192+95=357 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.61% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #46C05F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C05F is #B93FA0. Grayscale: #909090. Windows color (decimal): -12140449 or 6275142. OLE color: 6275142.
HSL color Cylindrical-coordinate representation of color #46C05F: hue angle of 132.3º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46C05F is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 192 | 95 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.25 |
| HSL | 132.3º | 0.49% | 0.51% | - |
| HSV(B) | 132.3º | 0.64% | 0.75% | - |
| XYZ | 23.44 | 39.83 | 17.28 | - |
| YUV | 144.46 | 100.08 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 192 | 95 | 0.64 | 0 | 0.51 | 0.25 | 132.3 | 0.49 | 0.51 |
| Hex | 46 | C0 | 5F | 40 | 0 | 33 | 19 | 84 | 31 | 33 |
| Octal | 106 | 300 | 137 | 100 | 0 | 63 | 31 | 204 | 61 | 63 |
| Binary | 1000110 | 11000000 | 1011111 | 1000000 | 0 | 110011 | 11001 | 10000100 | 110001 | 110011 |
Color Harmonies of #46C05F
Complementary color
Monochromatic Colors of #46C05F
Black with #46C05F
Text Example
Text Example
White with #46C05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C05F; }
p { color: rgb(70,192,95); }
H1.HeaderClassName
{
color: #46C05F;
}
.AnyTagClassName
{
color: #46C05F;
}
</style>
background-color css
<style>
a { background-color: #46C05F; }
a { background-color: rgb(70,192,95); }
div.DivClassName
{
background-color: #46C05F;
}
.BgClassName
{
background-color: #46C05F;
}
</style>
border-color css
<style>
span { border-color: #46C05F; }
span { border-color: rgb(70,192,95); }
td.TdClassName
{
border-color: #46C05F;
}
.TagClassName
{
border-color: #46C05F;
}
</style>