Shades of Emerald #46BF5D
Tints of Emerald #46BF5D
RGB
CMYK
RGB Variations
Color information
#46BF5D (or 0x46BF5D) is known color: Emerald. HEX triplet: 46, BF and 5D. RGB value is (70,191,93). Sum of RGB (Red+Green+Blue) = 70+191+93=354 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.77% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #46BF5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BF5D is #B940A2. Grayscale: #8F8F8F. Windows color (decimal): -12140707 or 6143814. OLE color: 6143814.
HSL color Cylindrical-coordinate representation of color #46BF5D: hue angle of 131.4º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BF5D is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 191 | 93 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.25 |
| HSL | 131.41º | 0.49% | 0.51% | - |
| HSV(B) | 131.41º | 0.63% | 0.75% | - |
| XYZ | 23.13 | 39.35 | 16.73 | - |
| YUV | 143.65 | 99.41 | 75.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 191 | 93 | 0.63 | 0 | 0.51 | 0.25 | 131.41 | 0.49 | 0.51 |
| Hex | 46 | BF | 5D | 3F | 0 | 33 | 19 | 83 | 31 | 33 |
| Octal | 106 | 277 | 135 | 77 | 0 | 63 | 31 | 203 | 61 | 63 |
| Binary | 1000110 | 10111111 | 1011101 | 111111 | 0 | 110011 | 11001 | 10000011 | 110001 | 110011 |
Color Harmonies of #46BF5D
Complementary color
Monochromatic Colors of #46BF5D
Black with #46BF5D
Text Example
Text Example
White with #46BF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BF5D; }
p { color: rgb(70,191,93); }
H1.HeaderClassName
{
color: #46BF5D;
}
.AnyTagClassName
{
color: #46BF5D;
}
</style>
background-color css
<style>
a { background-color: #46BF5D; }
a { background-color: rgb(70,191,93); }
div.DivClassName
{
background-color: #46BF5D;
}
.BgClassName
{
background-color: #46BF5D;
}
</style>
border-color css
<style>
span { border-color: #46BF5D; }
span { border-color: rgb(70,191,93); }
td.TdClassName
{
border-color: #46BF5D;
}
.TagClassName
{
border-color: #46BF5D;
}
</style>