Shades of Emerald #46CB65
Tints of Emerald #46CB65
RGB
CMYK
RGB Variations
Color information
#46CB65 (or 0x46CB65) is known color: Emerald. HEX triplet: 46, CB and 65. RGB value is (70,203,101). Sum of RGB (Red+Green+Blue) = 70+203+101=374 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.72% from 374); Green value is 203 (79.69% from 255 or 54.28% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 203 - color contains mainly: green. Hex color #46CB65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CB65 is #B9349A. Grayscale: #979797. Windows color (decimal): -12137627 or 6671174. OLE color: 6671174.
HSL color Cylindrical-coordinate representation of color #46CB65: hue angle of 133.98º 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 #46CB65 is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 70 | 203 | 101 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.20 |
| HSL | 133.99º | 0.56% | 0.54% | - |
| HSV(B) | 133.99º | 0.66% | 0.8% | - |
| XYZ | 26.23 | 44.95 | 19.61 | - |
| YUV | 151.61 | 99.44 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 203 | 101 | 0.66 | 0 | 0.50 | 0.20 | 133.99 | 0.56 | 0.54 |
| Hex | 46 | CB | 65 | 42 | 0 | 32 | 14 | 86 | 38 | 36 |
| Octal | 106 | 313 | 145 | 102 | 0 | 62 | 24 | 206 | 70 | 66 |
| Binary | 1000110 | 11001011 | 1100101 | 1000010 | 0 | 110010 | 10100 | 10000110 | 111000 | 110110 |
Color Harmonies of #46CB65
Complementary color
Monochromatic Colors of #46CB65
Black with #46CB65
Text Example
Text Example
White with #46CB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CB65; }
p { color: rgb(70,203,101); }
H1.HeaderClassName
{
color: #46CB65;
}
.AnyTagClassName
{
color: #46CB65;
}
</style>
background-color css
<style>
a { background-color: #46CB65; }
a { background-color: rgb(70,203,101); }
div.DivClassName
{
background-color: #46CB65;
}
.BgClassName
{
background-color: #46CB65;
}
</style>
border-color css
<style>
span { border-color: #46CB65; }
span { border-color: rgb(70,203,101); }
td.TdClassName
{
border-color: #46CB65;
}
.TagClassName
{
border-color: #46CB65;
}
</style>