Shades of Harlequin #46E110
Tints of Harlequin #46E110
RGB
CMYK
RGB Variations
Color information
#46E110 (or 0x46E110) is known color: Harlequin. HEX triplet: 46, E1 and 10. RGB value is (70,225,16). Sum of RGB (Red+Green+Blue) = 70+225+16=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 225 (88.28% from 255 or 72.35% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 225 - color contains mainly: green. Hex color #46E110 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E110 is #B91EEF. Grayscale: #9B9B9B. Windows color (decimal): -12132080 or 1106246. OLE color: 1106246.
HSL color Cylindrical-coordinate representation of color #46E110: hue angle of 104.5º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46E110 is Cyan = 0.69, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 225 | 16 | - |
| CMYK | 0.69 | 0 | 0.93 | 0.12 |
| HSL | 104.5º | 0.87% | 0.47% | - |
| HSV(B) | 104.5º | 0.93% | 0.88% | - |
| XYZ | 29.54 | 55.19 | 9.59 | - |
| YUV | 154.83 | 49.65 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 225 | 16 | 0.69 | 0 | 0.93 | 0.12 | 104.5 | 0.87 | 0.47 |
| Hex | 46 | E1 | 10 | 45 | 0 | 5D | C | 68 | 57 | 2F |
| Octal | 106 | 341 | 20 | 105 | 0 | 135 | 14 | 150 | 127 | 57 |
| Binary | 1000110 | 11100001 | 10000 | 1000101 | 0 | 1011101 | 1100 | 1101000 | 1010111 | 101111 |
Color Harmonies of #46E110
Complementary color
Monochromatic Colors of #46E110
Black with #46E110
Text Example
Text Example
White with #46E110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E110; }
p { color: rgb(70,225,16); }
H1.HeaderClassName
{
color: #46E110;
}
.AnyTagClassName
{
color: #46E110;
}
</style>
background-color css
<style>
a { background-color: #46E110; }
a { background-color: rgb(70,225,16); }
div.DivClassName
{
background-color: #46E110;
}
.BgClassName
{
background-color: #46E110;
}
</style>
border-color css
<style>
span { border-color: #46E110; }
span { border-color: rgb(70,225,16); }
td.TdClassName
{
border-color: #46E110;
}
.TagClassName
{
border-color: #46E110;
}
</style>