Shades of Harlequin #46E418
Tints of Harlequin #46E418
RGB
CMYK
RGB Variations
Color information
#46E418 (or 0x46E418) is known color: Harlequin. HEX triplet: 46, E4 and 18. RGB value is (70,228,24). Sum of RGB (Red+Green+Blue) = 70+228+24=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 228 (89.45% from 255 or 70.81% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 228 - color contains mainly: green. Hex color #46E418 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E418 is #B91BE7. Grayscale: #9E9E9E. Windows color (decimal): -12131304 or 1631302. OLE color: 1631302.
HSL color Cylindrical-coordinate representation of color #46E418: hue angle of 106.47º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46E418 is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 228 | 24 | - |
| CMYK | 0.69 | 0 | 0.89 | 0.11 |
| HSL | 106.47º | 0.81% | 0.49% | - |
| HSV(B) | 106.47º | 0.89% | 0.89% | - |
| XYZ | 30.43 | 56.85 | 10.23 | - |
| YUV | 157.5 | 52.65 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 228 | 24 | 0.69 | 0 | 0.89 | 0.11 | 106.47 | 0.81 | 0.49 |
| Hex | 46 | E4 | 18 | 45 | 0 | 59 | B | 6A | 51 | 31 |
| Octal | 106 | 344 | 30 | 105 | 0 | 131 | 13 | 152 | 121 | 61 |
| Binary | 1000110 | 11100100 | 11000 | 1000101 | 0 | 1011001 | 1011 | 1101010 | 1010001 | 110001 |
Color Harmonies of #46E418
Complementary color
Monochromatic Colors of #46E418
Black with #46E418
Text Example
Text Example
White with #46E418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E418; }
p { color: rgb(70,228,24); }
H1.HeaderClassName
{
color: #46E418;
}
.AnyTagClassName
{
color: #46E418;
}
</style>
background-color css
<style>
a { background-color: #46E418; }
a { background-color: rgb(70,228,24); }
div.DivClassName
{
background-color: #46E418;
}
.BgClassName
{
background-color: #46E418;
}
</style>
border-color css
<style>
span { border-color: #46E418; }
span { border-color: rgb(70,228,24); }
td.TdClassName
{
border-color: #46E418;
}
.TagClassName
{
border-color: #46E418;
}
</style>