Shades of Emerald #46CF5B
Tints of Emerald #46CF5B
RGB
CMYK
RGB Variations
Color information
#46CF5B (or 0x46CF5B) is known color: Emerald. HEX triplet: 46, CF and 5B. RGB value is (70,207,91). Sum of RGB (Red+Green+Blue) = 70+207+91=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 207 (81.25% from 255 or 56.25% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF5B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CF5B is #B930A4. Grayscale: #999999. Windows color (decimal): -12136613 or 6016838. OLE color: 6016838.
HSL color Cylindrical-coordinate representation of color #46CF5B: hue angle of 129.2º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CF5B is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 91 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.19 |
| HSL | 129.2º | 0.59% | 0.54% | - |
| HSV(B) | 129.2º | 0.66% | 0.81% | - |
| XYZ | 26.73 | 46.68 | 17.5 | - |
| YUV | 152.81 | 93.11 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 91 | 0.66 | 0 | 0.56 | 0.19 | 129.2 | 0.59 | 0.54 |
| Hex | 46 | CF | 5B | 42 | 0 | 38 | 13 | 81 | 3B | 36 |
| Octal | 106 | 317 | 133 | 102 | 0 | 70 | 23 | 201 | 73 | 66 |
| Binary | 1000110 | 11001111 | 1011011 | 1000010 | 0 | 111000 | 10011 | 10000001 | 111011 | 110110 |
Color Harmonies of #46CF5B
Complementary color
Monochromatic Colors of #46CF5B
Black with #46CF5B
Text Example
Text Example
White with #46CF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CF5B; }
p { color: rgb(70,207,91); }
H1.HeaderClassName
{
color: #46CF5B;
}
.AnyTagClassName
{
color: #46CF5B;
}
</style>
background-color css
<style>
a { background-color: #46CF5B; }
a { background-color: rgb(70,207,91); }
div.DivClassName
{
background-color: #46CF5B;
}
.BgClassName
{
background-color: #46CF5B;
}
</style>
border-color css
<style>
span { border-color: #46CF5B; }
span { border-color: rgb(70,207,91); }
td.TdClassName
{
border-color: #46CF5B;
}
.TagClassName
{
border-color: #46CF5B;
}
</style>