Shades of Emerald #46CA5D
Tints of Emerald #46CA5D
RGB
CMYK
RGB Variations
Color information
#46CA5D (or 0x46CA5D) is known color: Emerald. HEX triplet: 46, CA and 5D. RGB value is (70,202,93). Sum of RGB (Red+Green+Blue) = 70+202+93=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #46CA5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CA5D is #B935A2. Grayscale: #969696. Windows color (decimal): -12137891 or 6146630. OLE color: 6146630.
HSL color Cylindrical-coordinate representation of color #46CA5D: hue angle of 130.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46CA5D is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 70 | 202 | 93 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.21 |
| HSL | 130.45º | 0.55% | 0.53% | - |
| HSV(B) | 130.45º | 0.65% | 0.79% | - |
| XYZ | 25.62 | 44.33 | 17.56 | - |
| YUV | 150.11 | 95.77 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 202 | 93 | 0.65 | 0 | 0.54 | 0.21 | 130.45 | 0.55 | 0.53 |
| Hex | 46 | CA | 5D | 41 | 0 | 36 | 15 | 82 | 37 | 35 |
| Octal | 106 | 312 | 135 | 101 | 0 | 66 | 25 | 202 | 67 | 65 |
| Binary | 1000110 | 11001010 | 1011101 | 1000001 | 0 | 110110 | 10101 | 10000010 | 110111 | 110101 |
Color Harmonies of #46CA5D
Complementary color
Monochromatic Colors of #46CA5D
Black with #46CA5D
Text Example
Text Example
White with #46CA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CA5D; }
p { color: rgb(70,202,93); }
H1.HeaderClassName
{
color: #46CA5D;
}
.AnyTagClassName
{
color: #46CA5D;
}
</style>
background-color css
<style>
a { background-color: #46CA5D; }
a { background-color: rgb(70,202,93); }
div.DivClassName
{
background-color: #46CA5D;
}
.BgClassName
{
background-color: #46CA5D;
}
</style>
border-color css
<style>
span { border-color: #46CA5D; }
span { border-color: rgb(70,202,93); }
td.TdClassName
{
border-color: #46CA5D;
}
.TagClassName
{
border-color: #46CA5D;
}
</style>