Shades of Harlequin #46E317
Tints of Harlequin #46E317
RGB
CMYK
RGB Variations
Color information
#46E317 (or 0x46E317) is known color: Harlequin. HEX triplet: 46, E3 and 17. RGB value is (70,227,23). Sum of RGB (Red+Green+Blue) = 70+227+23=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 227 (89.06% from 255 or 70.94% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 227 - color contains mainly: green. Hex color #46E317 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E317 is #B91CE8. Grayscale: #9D9D9D. Windows color (decimal): -12131561 or 1565510. OLE color: 1565510.
HSL color Cylindrical-coordinate representation of color #46E317: hue angle of 106.18º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #46E317 is Cyan = 0.69, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 227 | 23 | - |
| CMYK | 0.69 | 0 | 0.90 | 0.11 |
| HSL | 106.18º | 0.82% | 0.49% | - |
| HSV(B) | 106.18º | 0.9% | 0.89% | - |
| XYZ | 30.15 | 56.3 | 10.09 | - |
| YUV | 156.8 | 52.49 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 227 | 23 | 0.69 | 0 | 0.90 | 0.11 | 106.18 | 0.82 | 0.49 |
| Hex | 46 | E3 | 17 | 45 | 0 | 5A | B | 6A | 52 | 31 |
| Octal | 106 | 343 | 27 | 105 | 0 | 132 | 13 | 152 | 122 | 61 |
| Binary | 1000110 | 11100011 | 10111 | 1000101 | 0 | 1011010 | 1011 | 1101010 | 1010010 | 110001 |
Color Harmonies of #46E317
Complementary color
Monochromatic Colors of #46E317
Black with #46E317
Text Example
Text Example
White with #46E317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E317; }
p { color: rgb(70,227,23); }
H1.HeaderClassName
{
color: #46E317;
}
.AnyTagClassName
{
color: #46E317;
}
</style>
background-color css
<style>
a { background-color: #46E317; }
a { background-color: rgb(70,227,23); }
div.DivClassName
{
background-color: #46E317;
}
.BgClassName
{
background-color: #46E317;
}
</style>
border-color css
<style>
span { border-color: #46E317; }
span { border-color: rgb(70,227,23); }
td.TdClassName
{
border-color: #46E317;
}
.TagClassName
{
border-color: #46E317;
}
</style>