Shades of Harlequin #46E507
Tints of Harlequin #46E507
RGB
CMYK
RGB Variations
Color information
#46E507 (or 0x46E507) is known color: Harlequin. HEX triplet: 46, E5 and 07. RGB value is (70,229,7). Sum of RGB (Red+Green+Blue) = 70+229+7=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 229 (89.84% from 255 or 74.84% from 306); Blue value is 7 (3.12% from 255 or 2.29% from 306); Max value from RGB is 229 - color contains mainly: green. Hex color #46E507 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E507 is #B91AF8. Grayscale: #9C9C9C. Windows color (decimal): -12131065 or 517446. OLE color: 517446.
HSL color Cylindrical-coordinate representation of color #46E507: hue angle of 102.97º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46E507 is Cyan = 0.69, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 70 | 229 | 7 | - |
| CMYK | 0.69 | 0 | 0.97 | 0.10 |
| HSL | 102.97º | 0.94% | 0.46% | - |
| HSV(B) | 102.97º | 0.97% | 0.9% | - |
| XYZ | 30.58 | 57.36 | 9.66 | - |
| YUV | 156.15 | 43.82 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 229 | 7 | 0.69 | 0 | 0.97 | 0.10 | 102.97 | 0.94 | 0.46 |
| Hex | 46 | E5 | 7 | 45 | 0 | 61 | A | 67 | 5E | 2E |
| Octal | 106 | 345 | 7 | 105 | 0 | 141 | 12 | 147 | 136 | 56 |
| Binary | 1000110 | 11100101 | 111 | 1000101 | 0 | 1100001 | 1010 | 1100111 | 1011110 | 101110 |
Color Harmonies of #46E507
Complementary color
Monochromatic Colors of #46E507
Black with #46E507
Text Example
Text Example
White with #46E507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E507; }
p { color: rgb(70,229,7); }
H1.HeaderClassName
{
color: #46E507;
}
.AnyTagClassName
{
color: #46E507;
}
</style>
background-color css
<style>
a { background-color: #46E507; }
a { background-color: rgb(70,229,7); }
div.DivClassName
{
background-color: #46E507;
}
.BgClassName
{
background-color: #46E507;
}
</style>
border-color css
<style>
span { border-color: #46E507; }
span { border-color: rgb(70,229,7); }
td.TdClassName
{
border-color: #46E507;
}
.TagClassName
{
border-color: #46E507;
}
</style>