Shades of Emerald #46C85C
Tints of Emerald #46C85C
RGB
CMYK
RGB Variations
Color information
#46C85C (or 0x46C85C) is known color: Emerald. HEX triplet: 46, C8 and 5C. RGB value is (70,200,92). Sum of RGB (Red+Green+Blue) = 70+200+92=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 200 (78.52% from 255 or 55.25% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 200 - color contains mainly: green. Hex color #46C85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C85C is #B937A3. Grayscale: #959595. Windows color (decimal): -12138404 or 6080582. OLE color: 6080582.
HSL color Cylindrical-coordinate representation of color #46C85C: hue angle of 130.15º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C85C is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 70 | 200 | 92 | - |
| CMYK | 0.65 | 0 | 0.54 | 0.22 |
| HSL | 130.15º | 0.54% | 0.53% | - |
| HSV(B) | 130.15º | 0.65% | 0.78% | - |
| XYZ | 25.11 | 43.38 | 17.18 | - |
| YUV | 148.82 | 95.93 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 200 | 92 | 0.65 | 0 | 0.54 | 0.22 | 130.15 | 0.54 | 0.53 |
| Hex | 46 | C8 | 5C | 41 | 0 | 36 | 16 | 82 | 36 | 35 |
| Octal | 106 | 310 | 134 | 101 | 0 | 66 | 26 | 202 | 66 | 65 |
| Binary | 1000110 | 11001000 | 1011100 | 1000001 | 0 | 110110 | 10110 | 10000010 | 110110 | 110101 |
Color Harmonies of #46C85C
Complementary color
Monochromatic Colors of #46C85C
Black with #46C85C
Text Example
Text Example
White with #46C85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C85C; }
p { color: rgb(70,200,92); }
H1.HeaderClassName
{
color: #46C85C;
}
.AnyTagClassName
{
color: #46C85C;
}
</style>
background-color css
<style>
a { background-color: #46C85C; }
a { background-color: rgb(70,200,92); }
div.DivClassName
{
background-color: #46C85C;
}
.BgClassName
{
background-color: #46C85C;
}
</style>
border-color css
<style>
span { border-color: #46C85C; }
span { border-color: rgb(70,200,92); }
td.TdClassName
{
border-color: #46C85C;
}
.TagClassName
{
border-color: #46C85C;
}
</style>