Shades of Harlequin #46E005
Tints of Harlequin #46E005
RGB
CMYK
RGB Variations
Color information
#46E005 (or 0x46E005) is known color: Harlequin. HEX triplet: 46, E0 and 05. RGB value is (70,224,5). Sum of RGB (Red+Green+Blue) = 70+224+5=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 224 (87.89% from 255 or 74.92% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 224 - color contains mainly: green. Hex color #46E005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E005 is #B91FFA. Grayscale: #999999. Windows color (decimal): -12132347 or 385094. OLE color: 385094.
HSL color Cylindrical-coordinate representation of color #46E005: hue angle of 102.19º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #46E005 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 224 | 5 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.12 |
| HSL | 102.19º | 0.96% | 0.45% | - |
| HSV(B) | 102.19º | 0.98% | 0.88% | - |
| XYZ | 29.21 | 54.62 | 9.15 | - |
| YUV | 152.99 | 44.48 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 224 | 5 | 0.69 | 0 | 0.98 | 0.12 | 102.19 | 0.96 | 0.45 |
| Hex | 46 | E0 | 5 | 45 | 0 | 62 | C | 66 | 60 | 2D |
| Octal | 106 | 340 | 5 | 105 | 0 | 142 | 14 | 146 | 140 | 55 |
| Binary | 1000110 | 11100000 | 101 | 1000101 | 0 | 1100010 | 1100 | 1100110 | 1100000 | 101101 |
Color Harmonies of #46E005
Complementary color
Monochromatic Colors of #46E005
Black with #46E005
Text Example
Text Example
White with #46E005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E005; }
p { color: rgb(70,224,5); }
H1.HeaderClassName
{
color: #46E005;
}
.AnyTagClassName
{
color: #46E005;
}
</style>
background-color css
<style>
a { background-color: #46E005; }
a { background-color: rgb(70,224,5); }
div.DivClassName
{
background-color: #46E005;
}
.BgClassName
{
background-color: #46E005;
}
</style>
border-color css
<style>
span { border-color: #46E005; }
span { border-color: rgb(70,224,5); }
td.TdClassName
{
border-color: #46E005;
}
.TagClassName
{
border-color: #46E005;
}
</style>