Shades of Harlequin #46E80B
Tints of Harlequin #46E80B
RGB
CMYK
RGB Variations
Color information
#46E80B (or 0x46E80B) is known color: Harlequin. HEX triplet: 46, E8 and 0B. RGB value is (70,232,11). Sum of RGB (Red+Green+Blue) = 70+232+11=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 232 (91.02% from 255 or 74.12% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 232 - color contains mainly: green. Hex color #46E80B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46E80B is #B917F4. Grayscale: #9F9F9F. Windows color (decimal): -12130293 or 780358. OLE color: 780358.
HSL color Cylindrical-coordinate representation of color #46E80B: hue angle of 103.98º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #46E80B is Cyan = 0.70, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 70 | 232 | 11 | - |
| CMYK | 0.70 | 0 | 0.95 | 0.09 |
| HSL | 103.98º | 0.91% | 0.48% | - |
| HSV(B) | 103.98º | 0.95% | 0.91% | - |
| XYZ | 31.44 | 59.04 | 10.06 | - |
| YUV | 158.37 | 44.83 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 232 | 11 | 0.70 | 0 | 0.95 | 0.09 | 103.98 | 0.91 | 0.48 |
| Hex | 46 | E8 | B | 46 | 0 | 5F | 9 | 68 | 5B | 30 |
| Octal | 106 | 350 | 13 | 106 | 0 | 137 | 11 | 150 | 133 | 60 |
| Binary | 1000110 | 11101000 | 1011 | 1000110 | 0 | 1011111 | 1001 | 1101000 | 1011011 | 110000 |
Color Harmonies of #46E80B
Complementary color
Monochromatic Colors of #46E80B
Black with #46E80B
Text Example
Text Example
White with #46E80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E80B; }
p { color: rgb(70,232,11); }
H1.HeaderClassName
{
color: #46E80B;
}
.AnyTagClassName
{
color: #46E80B;
}
</style>
background-color css
<style>
a { background-color: #46E80B; }
a { background-color: rgb(70,232,11); }
div.DivClassName
{
background-color: #46E80B;
}
.BgClassName
{
background-color: #46E80B;
}
</style>
border-color css
<style>
span { border-color: #46E80B; }
span { border-color: rgb(70,232,11); }
td.TdClassName
{
border-color: #46E80B;
}
.TagClassName
{
border-color: #46E80B;
}
</style>