Shades of Harlequin #46E315
Tints of Harlequin #46E315
RGB
CMYK
RGB Variations
Color information
#46E315 (or 0x46E315) is known color: Harlequin. HEX triplet: 46, E3 and 15. RGB value is (70,227,21). Sum of RGB (Red+Green+Blue) = 70+227+21=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 227 (89.06% from 255 or 71.38% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 227 - color contains mainly: green. Hex color #46E315 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E315 is #B91CEA. Grayscale: #9D9D9D. Windows color (decimal): -12131563 or 1434438. OLE color: 1434438.
HSL color Cylindrical-coordinate representation of color #46E315: hue angle of 105.73º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46E315 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 227 | 21 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.11 |
| HSL | 105.73º | 0.83% | 0.49% | - |
| HSV(B) | 105.73º | 0.91% | 0.89% | - |
| XYZ | 30.13 | 56.29 | 9.99 | - |
| YUV | 156.57 | 51.49 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 227 | 21 | 0.69 | 0 | 0.91 | 0.11 | 105.73 | 0.83 | 0.49 |
| Hex | 46 | E3 | 15 | 45 | 0 | 5B | B | 6A | 53 | 31 |
| Octal | 106 | 343 | 25 | 105 | 0 | 133 | 13 | 152 | 123 | 61 |
| Binary | 1000110 | 11100011 | 10101 | 1000101 | 0 | 1011011 | 1011 | 1101010 | 1010011 | 110001 |
Color Harmonies of #46E315
Complementary color
Monochromatic Colors of #46E315
Black with #46E315
Text Example
Text Example
White with #46E315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E315; }
p { color: rgb(70,227,21); }
H1.HeaderClassName
{
color: #46E315;
}
.AnyTagClassName
{
color: #46E315;
}
</style>
background-color css
<style>
a { background-color: #46E315; }
a { background-color: rgb(70,227,21); }
div.DivClassName
{
background-color: #46E315;
}
.BgClassName
{
background-color: #46E315;
}
</style>
border-color css
<style>
span { border-color: #46E315; }
span { border-color: rgb(70,227,21); }
td.TdClassName
{
border-color: #46E315;
}
.TagClassName
{
border-color: #46E315;
}
</style>