Shades of Emerald #46C65B
Tints of Emerald #46C65B
RGB
CMYK
RGB Variations
Color information
#46C65B (or 0x46C65B) is known color: Emerald. HEX triplet: 46, C6 and 5B. RGB value is (70,198,91). Sum of RGB (Red+Green+Blue) = 70+198+91=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 198 (77.73% from 255 or 55.15% from 359); Blue value is 91 (35.94% from 255 or 25.35% from 359); Max value from RGB is 198 - color contains mainly: green. Hex color #46C65B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C65B is #B939A4. Grayscale: #939393. Windows color (decimal): -12138917 or 6014534. OLE color: 6014534.
HSL color Cylindrical-coordinate representation of color #46C65B: hue angle of 129.84º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C65B is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 198 | 91 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.22 |
| HSL | 129.84º | 0.53% | 0.53% | - |
| HSV(B) | 129.84º | 0.65% | 0.78% | - |
| XYZ | 24.61 | 42.45 | 16.79 | - |
| YUV | 147.53 | 96.09 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 198 | 91 | 0.65 | 0 | 0.54 | 0.22 | 129.84 | 0.53 | 0.53 |
| Hex | 46 | C6 | 5B | 41 | 0 | 36 | 16 | 82 | 35 | 35 |
| Octal | 106 | 306 | 133 | 101 | 0 | 66 | 26 | 202 | 65 | 65 |
| Binary | 1000110 | 11000110 | 1011011 | 1000001 | 0 | 110110 | 10110 | 10000010 | 110101 | 110101 |
Color Harmonies of #46C65B
Complementary color
Monochromatic Colors of #46C65B
Black with #46C65B
Text Example
Text Example
White with #46C65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C65B; }
p { color: rgb(70,198,91); }
H1.HeaderClassName
{
color: #46C65B;
}
.AnyTagClassName
{
color: #46C65B;
}
</style>
background-color css
<style>
a { background-color: #46C65B; }
a { background-color: rgb(70,198,91); }
div.DivClassName
{
background-color: #46C65B;
}
.BgClassName
{
background-color: #46C65B;
}
</style>
border-color css
<style>
span { border-color: #46C65B; }
span { border-color: rgb(70,198,91); }
td.TdClassName
{
border-color: #46C65B;
}
.TagClassName
{
border-color: #46C65B;
}
</style>