Shades of Emerald #46BF66
Tints of Emerald #46BF66
RGB
CMYK
RGB Variations
Color information
#46BF66 (or 0x46BF66) is known color: Emerald. HEX triplet: 46, BF and 66. RGB value is (70,191,102). Sum of RGB (Red+Green+Blue) = 70+191+102=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 191 (75% from 255 or 52.62% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 191 - color contains mainly: green. Hex color #46BF66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BF66 is #B94099. Grayscale: #909090. Windows color (decimal): -12140698 or 6733638. OLE color: 6733638.
HSL color Cylindrical-coordinate representation of color #46BF66: hue angle of 135.87º 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 #46BF66 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 191 | 102 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.25 |
| HSL | 135.87º | 0.49% | 0.51% | - |
| HSV(B) | 135.87º | 0.63% | 0.75% | - |
| XYZ | 23.55 | 39.52 | 18.96 | - |
| YUV | 144.68 | 103.91 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 191 | 102 | 0.63 | 0 | 0.47 | 0.25 | 135.87 | 0.49 | 0.51 |
| Hex | 46 | BF | 66 | 3F | 0 | 2F | 19 | 88 | 31 | 33 |
| Octal | 106 | 277 | 146 | 77 | 0 | 57 | 31 | 210 | 61 | 63 |
| Binary | 1000110 | 10111111 | 1100110 | 111111 | 0 | 101111 | 11001 | 10001000 | 110001 | 110011 |
Color Harmonies of #46BF66
Complementary color
Monochromatic Colors of #46BF66
Black with #46BF66
Text Example
Text Example
White with #46BF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BF66; }
p { color: rgb(70,191,102); }
H1.HeaderClassName
{
color: #46BF66;
}
.AnyTagClassName
{
color: #46BF66;
}
</style>
background-color css
<style>
a { background-color: #46BF66; }
a { background-color: rgb(70,191,102); }
div.DivClassName
{
background-color: #46BF66;
}
.BgClassName
{
background-color: #46BF66;
}
</style>
border-color css
<style>
span { border-color: #46BF66; }
span { border-color: rgb(70,191,102); }
td.TdClassName
{
border-color: #46BF66;
}
.TagClassName
{
border-color: #46BF66;
}
</style>