Shades of Harlequin #46E616
Tints of Harlequin #46E616
RGB
CMYK
RGB Variations
Color information
#46E616 (or 0x46E616) is known color: Harlequin. HEX triplet: 46, E6 and 16. RGB value is (70,230,22). Sum of RGB (Red+Green+Blue) = 70+230+22=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 230 (90.23% from 255 or 71.43% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 230 - color contains mainly: green. Hex color #46E616 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46E616 is #B919E9. Grayscale: #9F9F9F. Windows color (decimal): -12130794 or 1500742. OLE color: 1500742.
HSL color Cylindrical-coordinate representation of color #46E616: hue angle of 106.15º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46E616 is Cyan = 0.70, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 230 | 22 | - |
| CMYK | 0.70 | 0 | 0.90 | 0.10 |
| HSL | 106.15º | 0.83% | 0.49% | - |
| HSV(B) | 106.15º | 0.9% | 0.9% | - |
| XYZ | 30.97 | 57.95 | 10.31 | - |
| YUV | 158.45 | 50.99 | 64.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 230 | 22 | 0.70 | 0 | 0.90 | 0.10 | 106.15 | 0.83 | 0.49 |
| Hex | 46 | E6 | 16 | 46 | 0 | 5A | A | 6A | 53 | 31 |
| Octal | 106 | 346 | 26 | 106 | 0 | 132 | 12 | 152 | 123 | 61 |
| Binary | 1000110 | 11100110 | 10110 | 1000110 | 0 | 1011010 | 1010 | 1101010 | 1010011 | 110001 |
Color Harmonies of #46E616
Complementary color
Monochromatic Colors of #46E616
Black with #46E616
Text Example
Text Example
White with #46E616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E616; }
p { color: rgb(70,230,22); }
H1.HeaderClassName
{
color: #46E616;
}
.AnyTagClassName
{
color: #46E616;
}
</style>
background-color css
<style>
a { background-color: #46E616; }
a { background-color: rgb(70,230,22); }
div.DivClassName
{
background-color: #46E616;
}
.BgClassName
{
background-color: #46E616;
}
</style>
border-color css
<style>
span { border-color: #46E616; }
span { border-color: rgb(70,230,22); }
td.TdClassName
{
border-color: #46E616;
}
.TagClassName
{
border-color: #46E616;
}
</style>