Shades of Harlequin #46E80D
Tints of Harlequin #46E80D
RGB
CMYK
RGB Variations
Color information
#46E80D (or 0x46E80D) is known color: Harlequin. HEX triplet: 46, E8 and 0D. RGB value is (70,232,13). Sum of RGB (Red+Green+Blue) = 70+232+13=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 232 (91.02% from 255 or 73.65% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 232 - color contains mainly: green. Hex color #46E80D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46E80D is #B917F2. Grayscale: #9F9F9F. Windows color (decimal): -12130291 or 911430. OLE color: 911430.
HSL color Cylindrical-coordinate representation of color #46E80D: hue angle of 104.38º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #46E80D is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 232 | 13 | - |
| CMYK | 0.70 | 0 | 0.94 | 0.09 |
| HSL | 104.38º | 0.89% | 0.48% | - |
| HSV(B) | 104.38º | 0.94% | 0.91% | - |
| XYZ | 31.46 | 59.04 | 10.12 | - |
| YUV | 158.6 | 45.83 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 232 | 13 | 0.70 | 0 | 0.94 | 0.09 | 104.38 | 0.89 | 0.48 |
| Hex | 46 | E8 | D | 46 | 0 | 5E | 9 | 68 | 59 | 30 |
| Octal | 106 | 350 | 15 | 106 | 0 | 136 | 11 | 150 | 131 | 60 |
| Binary | 1000110 | 11101000 | 1101 | 1000110 | 0 | 1011110 | 1001 | 1101000 | 1011001 | 110000 |
Color Harmonies of #46E80D
Complementary color
Monochromatic Colors of #46E80D
Black with #46E80D
Text Example
Text Example
White with #46E80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E80D; }
p { color: rgb(70,232,13); }
H1.HeaderClassName
{
color: #46E80D;
}
.AnyTagClassName
{
color: #46E80D;
}
</style>
background-color css
<style>
a { background-color: #46E80D; }
a { background-color: rgb(70,232,13); }
div.DivClassName
{
background-color: #46E80D;
}
.BgClassName
{
background-color: #46E80D;
}
</style>
border-color css
<style>
span { border-color: #46E80D; }
span { border-color: rgb(70,232,13); }
td.TdClassName
{
border-color: #46E80D;
}
.TagClassName
{
border-color: #46E80D;
}
</style>