Shades of Emerald #46CB7F
Tints of Emerald #46CB7F
RGB
CMYK
RGB Variations
Color information
#46CB7F (or 0x46CB7F) is known color: Emerald. HEX triplet: 46, CB and 7F. RGB value is (70,203,127). Sum of RGB (Red+Green+Blue) = 70+203+127=400 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.5% from 400); Green value is 203 (79.69% from 255 or 50.75% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 203 - color contains mainly: green. Hex color #46CB7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CB7F is #B93480. Grayscale: #9A9A9A. Windows color (decimal): -12137601 or 8375110. OLE color: 8375110.
HSL color Cylindrical-coordinate representation of color #46CB7F: hue angle of 145.71º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CB7F is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 203 | 127 | - |
| CMYK | 0.66 | 0 | 0.37 | 0.20 |
| HSL | 145.71º | 0.56% | 0.54% | - |
| HSV(B) | 145.71º | 0.66% | 0.8% | - |
| XYZ | 27.71 | 45.55 | 27.41 | - |
| YUV | 154.57 | 112.44 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 203 | 127 | 0.66 | 0 | 0.37 | 0.20 | 145.71 | 0.56 | 0.54 |
| Hex | 46 | CB | 7F | 42 | 0 | 25 | 14 | 92 | 38 | 36 |
| Octal | 106 | 313 | 177 | 102 | 0 | 45 | 24 | 222 | 70 | 66 |
| Binary | 1000110 | 11001011 | 1111111 | 1000010 | 0 | 100101 | 10100 | 10010010 | 111000 | 110110 |
Color Harmonies of #46CB7F
Complementary color
Monochromatic Colors of #46CB7F
Black with #46CB7F
Text Example
Text Example
White with #46CB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CB7F; }
p { color: rgb(70,203,127); }
H1.HeaderClassName
{
color: #46CB7F;
}
.AnyTagClassName
{
color: #46CB7F;
}
</style>
background-color css
<style>
a { background-color: #46CB7F; }
a { background-color: rgb(70,203,127); }
div.DivClassName
{
background-color: #46CB7F;
}
.BgClassName
{
background-color: #46CB7F;
}
</style>
border-color css
<style>
span { border-color: #46CB7F; }
span { border-color: rgb(70,203,127); }
td.TdClassName
{
border-color: #46CB7F;
}
.TagClassName
{
border-color: #46CB7F;
}
</style>