Shades of Emerald #46BF68
Tints of Emerald #46BF68
RGB
CMYK
RGB Variations
Color information
#46BF68 (or 0x46BF68) is known color: Emerald. HEX triplet: 46, BF and 68. RGB value is (70,191,104). Sum of RGB (Red+Green+Blue) = 70+191+104=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 191 (75% from 255 or 52.33% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 191 - color contains mainly: green. Hex color #46BF68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46BF68 is #B94097. Grayscale: #919191. Windows color (decimal): -12140696 or 6864710. OLE color: 6864710.
HSL color Cylindrical-coordinate representation of color #46BF68: hue angle of 136.86º 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 #46BF68 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 70 | 191 | 104 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.25 |
| HSL | 136.86º | 0.49% | 0.51% | - |
| HSV(B) | 136.86º | 0.63% | 0.75% | - |
| XYZ | 23.66 | 39.56 | 19.49 | - |
| YUV | 144.9 | 104.91 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 191 | 104 | 0.63 | 0 | 0.46 | 0.25 | 136.86 | 0.49 | 0.51 |
| Hex | 46 | BF | 68 | 3F | 0 | 2E | 19 | 89 | 31 | 33 |
| Octal | 106 | 277 | 150 | 77 | 0 | 56 | 31 | 211 | 61 | 63 |
| Binary | 1000110 | 10111111 | 1101000 | 111111 | 0 | 101110 | 11001 | 10001001 | 110001 | 110011 |
Color Harmonies of #46BF68
Complementary color
Monochromatic Colors of #46BF68
Black with #46BF68
Text Example
Text Example
White with #46BF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46BF68; }
p { color: rgb(70,191,104); }
H1.HeaderClassName
{
color: #46BF68;
}
.AnyTagClassName
{
color: #46BF68;
}
</style>
background-color css
<style>
a { background-color: #46BF68; }
a { background-color: rgb(70,191,104); }
div.DivClassName
{
background-color: #46BF68;
}
.BgClassName
{
background-color: #46BF68;
}
</style>
border-color css
<style>
span { border-color: #46BF68; }
span { border-color: rgb(70,191,104); }
td.TdClassName
{
border-color: #46BF68;
}
.TagClassName
{
border-color: #46BF68;
}
</style>