Shades of Harlequin #46E015
Tints of Harlequin #46E015
RGB
CMYK
RGB Variations
Color information
#46E015 (or 0x46E015) is known color: Harlequin. HEX triplet: 46, E0 and 15. RGB value is (70,224,21). Sum of RGB (Red+Green+Blue) = 70+224+21=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 224 (87.89% from 255 or 71.11% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 224 - color contains mainly: green. Hex color #46E015 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E015 is #B91FEA. Grayscale: #9B9B9B. Windows color (decimal): -12132331 or 1433670. OLE color: 1433670.
HSL color Cylindrical-coordinate representation of color #46E015: hue angle of 105.52º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46E015 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 224 | 21 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.12 |
| HSL | 105.52º | 0.83% | 0.48% | - |
| HSV(B) | 105.52º | 0.91% | 0.88% | - |
| XYZ | 29.32 | 54.67 | 9.72 | - |
| YUV | 154.81 | 52.48 | 67.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 224 | 21 | 0.69 | 0 | 0.91 | 0.12 | 105.52 | 0.83 | 0.48 |
| Hex | 46 | E0 | 15 | 45 | 0 | 5B | C | 6A | 53 | 30 |
| Octal | 106 | 340 | 25 | 105 | 0 | 133 | 14 | 152 | 123 | 60 |
| Binary | 1000110 | 11100000 | 10101 | 1000101 | 0 | 1011011 | 1100 | 1101010 | 1010011 | 110000 |
Color Harmonies of #46E015
Complementary color
Monochromatic Colors of #46E015
Black with #46E015
Text Example
Text Example
White with #46E015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E015; }
p { color: rgb(70,224,21); }
H1.HeaderClassName
{
color: #46E015;
}
.AnyTagClassName
{
color: #46E015;
}
</style>
background-color css
<style>
a { background-color: #46E015; }
a { background-color: rgb(70,224,21); }
div.DivClassName
{
background-color: #46E015;
}
.BgClassName
{
background-color: #46E015;
}
</style>
border-color css
<style>
span { border-color: #46E015; }
span { border-color: rgb(70,224,21); }
td.TdClassName
{
border-color: #46E015;
}
.TagClassName
{
border-color: #46E015;
}
</style>