Shades of Harlequin #46E510
Tints of Harlequin #46E510
RGB
CMYK
RGB Variations
Color information
#46E510 (or 0x46E510) is known color: Harlequin. HEX triplet: 46, E5 and 10. RGB value is (70,229,16). Sum of RGB (Red+Green+Blue) = 70+229+16=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 229 (89.84% from 255 or 72.70% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 229 - color contains mainly: green. Hex color #46E510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E510 is #B91AEF. Grayscale: #9D9D9D. Windows color (decimal): -12131056 or 1107270. OLE color: 1107270.
HSL color Cylindrical-coordinate representation of color #46E510: hue angle of 104.79º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46E510 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 229 | 16 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.10 |
| HSL | 104.79º | 0.87% | 0.48% | - |
| HSV(B) | 104.79º | 0.93% | 0.9% | - |
| XYZ | 30.64 | 57.38 | 9.95 | - |
| YUV | 157.18 | 48.32 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 229 | 16 | 0.69 | 0 | 0.93 | 0.10 | 104.79 | 0.87 | 0.48 |
| Hex | 46 | E5 | 10 | 45 | 0 | 5D | A | 69 | 57 | 30 |
| Octal | 106 | 345 | 20 | 105 | 0 | 135 | 12 | 151 | 127 | 60 |
| Binary | 1000110 | 11100101 | 10000 | 1000101 | 0 | 1011101 | 1010 | 1101001 | 1010111 | 110000 |
Color Harmonies of #46E510
Complementary color
Monochromatic Colors of #46E510
Black with #46E510
Text Example
Text Example
White with #46E510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E510; }
p { color: rgb(70,229,16); }
H1.HeaderClassName
{
color: #46E510;
}
.AnyTagClassName
{
color: #46E510;
}
</style>
background-color css
<style>
a { background-color: #46E510; }
a { background-color: rgb(70,229,16); }
div.DivClassName
{
background-color: #46E510;
}
.BgClassName
{
background-color: #46E510;
}
</style>
border-color css
<style>
span { border-color: #46E510; }
span { border-color: rgb(70,229,16); }
td.TdClassName
{
border-color: #46E510;
}
.TagClassName
{
border-color: #46E510;
}
</style>