Shades of Harlequin #46E21B
Tints of Harlequin #46E21B
RGB
CMYK
RGB Variations
Color information
#46E21B (or 0x46E21B) is known color: Harlequin. HEX triplet: 46, E2 and 1B. RGB value is (70,226,27). Sum of RGB (Red+Green+Blue) = 70+226+27=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 226 (88.67% from 255 or 69.97% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 226 - color contains mainly: green. Hex color #46E21B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46E21B is #B91DE4. Grayscale: #9D9D9D. Windows color (decimal): -12131813 or 1827398. OLE color: 1827398.
HSL color Cylindrical-coordinate representation of color #46E21B: hue angle of 107.04º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #46E21B is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 226 | 27 | - |
| CMYK | 0.69 | 0 | 0.88 | 0.11 |
| HSL | 107.04º | 0.79% | 0.5% | - |
| HSV(B) | 107.04º | 0.88% | 0.89% | - |
| XYZ | 29.92 | 55.77 | 10.23 | - |
| YUV | 156.67 | 54.82 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 226 | 27 | 0.69 | 0 | 0.88 | 0.11 | 107.04 | 0.79 | 0.5 |
| Hex | 46 | E2 | 1B | 45 | 0 | 58 | B | 6B | 4F | 32 |
| Octal | 106 | 342 | 33 | 105 | 0 | 130 | 13 | 153 | 117 | 62 |
| Binary | 1000110 | 11100010 | 11011 | 1000101 | 0 | 1011000 | 1011 | 1101011 | 1001111 | 110010 |
Color Harmonies of #46E21B
Complementary color
Monochromatic Colors of #46E21B
Black with #46E21B
Text Example
Text Example
White with #46E21B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E21B; }
p { color: rgb(70,226,27); }
H1.HeaderClassName
{
color: #46E21B;
}
.AnyTagClassName
{
color: #46E21B;
}
</style>
background-color css
<style>
a { background-color: #46E21B; }
a { background-color: rgb(70,226,27); }
div.DivClassName
{
background-color: #46E21B;
}
.BgClassName
{
background-color: #46E21B;
}
</style>
border-color css
<style>
span { border-color: #46E21B; }
span { border-color: rgb(70,226,27); }
td.TdClassName
{
border-color: #46E21B;
}
.TagClassName
{
border-color: #46E21B;
}
</style>