Shades of Harlequin #46E102
Tints of Harlequin #46E102
RGB
CMYK
RGB Variations
Color information
#46E102 (or 0x46E102) is known color: Harlequin. HEX triplet: 46, E1 and 02. RGB value is (70,225,2). Sum of RGB (Red+Green+Blue) = 70+225+2=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 225 (88.28% from 255 or 75.76% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 225 - color contains mainly: green. Hex color #46E102 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E102 is #B91EFD. Grayscale: #999999. Windows color (decimal): -12132094 or 188742. OLE color: 188742.
HSL color Cylindrical-coordinate representation of color #46E102: hue angle of 101.7º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46E102 is Cyan = 0.69, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 70 | 225 | 2 | - |
| CMYK | 0.69 | 0 | 0.99 | 0.12 |
| HSL | 101.7º | 0.98% | 0.45% | - |
| HSV(B) | 101.7º | 0.99% | 0.88% | - |
| XYZ | 29.46 | 55.16 | 9.15 | - |
| YUV | 153.23 | 42.65 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 225 | 2 | 0.69 | 0 | 0.99 | 0.12 | 101.7 | 0.98 | 0.45 |
| Hex | 46 | E1 | 2 | 45 | 0 | 63 | C | 66 | 62 | 2D |
| Octal | 106 | 341 | 2 | 105 | 0 | 143 | 14 | 146 | 142 | 55 |
| Binary | 1000110 | 11100001 | 10 | 1000101 | 0 | 1100011 | 1100 | 1100110 | 1100010 | 101101 |
Color Harmonies of #46E102
Complementary color
Monochromatic Colors of #46E102
Black with #46E102
Text Example
Text Example
White with #46E102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E102; }
p { color: rgb(70,225,2); }
H1.HeaderClassName
{
color: #46E102;
}
.AnyTagClassName
{
color: #46E102;
}
</style>
background-color css
<style>
a { background-color: #46E102; }
a { background-color: rgb(70,225,2); }
div.DivClassName
{
background-color: #46E102;
}
.BgClassName
{
background-color: #46E102;
}
</style>
border-color css
<style>
span { border-color: #46E102; }
span { border-color: rgb(70,225,2); }
td.TdClassName
{
border-color: #46E102;
}
.TagClassName
{
border-color: #46E102;
}
</style>