Shades of Harlequin #46EF1A
Tints of Harlequin #46EF1A
RGB
CMYK
RGB Variations
Color information
#46EF1A (or 0x46EF1A) is known color: Harlequin. HEX triplet: 46, EF and 1A. RGB value is (70,239,26). Sum of RGB (Red+Green+Blue) = 70+239+26=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 239 (93.75% from 255 or 71.34% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 239 - color contains mainly: green. Hex color #46EF1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46EF1A is #B910E5. Grayscale: #A4A4A4. Windows color (decimal): -12128486 or 1765190. OLE color: 1765190.
HSL color Cylindrical-coordinate representation of color #46EF1A: hue angle of 107.61º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46EF1A is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 239 | 26 | - |
| CMYK | 0.71 | 0 | 0.89 | 0.06 |
| HSL | 107.61º | 0.87% | 0.52% | - |
| HSV(B) | 107.61º | 0.89% | 0.94% | - |
| XYZ | 33.58 | 63.11 | 11.39 | - |
| YUV | 164.19 | 50.01 | 60.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 239 | 26 | 0.71 | 0 | 0.89 | 0.06 | 107.61 | 0.87 | 0.52 |
| Hex | 46 | EF | 1A | 47 | 0 | 59 | 6 | 6C | 57 | 34 |
| Octal | 106 | 357 | 32 | 107 | 0 | 131 | 6 | 154 | 127 | 64 |
| Binary | 1000110 | 11101111 | 11010 | 1000111 | 0 | 1011001 | 110 | 1101100 | 1010111 | 110100 |
Color Harmonies of #46EF1A
Complementary color
Monochromatic Colors of #46EF1A
Black with #46EF1A
Text Example
Text Example
White with #46EF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EF1A; }
p { color: rgb(70,239,26); }
H1.HeaderClassName
{
color: #46EF1A;
}
.AnyTagClassName
{
color: #46EF1A;
}
</style>
background-color css
<style>
a { background-color: #46EF1A; }
a { background-color: rgb(70,239,26); }
div.DivClassName
{
background-color: #46EF1A;
}
.BgClassName
{
background-color: #46EF1A;
}
</style>
border-color css
<style>
span { border-color: #46EF1A; }
span { border-color: rgb(70,239,26); }
td.TdClassName
{
border-color: #46EF1A;
}
.TagClassName
{
border-color: #46EF1A;
}
</style>