Shades of Harlequin #46FF2A
Tints of Harlequin #46FF2A
RGB
CMYK
RGB Variations
Color information
#46FF2A (or 0x46FF2A) is known color: Harlequin. HEX triplet: 46, FF and 2A. RGB value is (70,255,42). Sum of RGB (Red+Green+Blue) = 70+255+42=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 255 (100% from 255 or 69.48% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 255 - color contains mainly: green. Hex color #46FF2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46FF2A is #B900D5. Grayscale: #B0B0B0. Windows color (decimal): -12124374 or 2817862. OLE color: 2817862.
HSL color Cylindrical-coordinate representation of color #46FF2A: hue angle of 112.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46FF2A is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 42 | - |
| CMYK | 0.73 | 0 | 0.84 | 0 |
| HSL | 112.11º | 1% | 0.58% | - |
| HSV(B) | 112.11º | 0.84% | 1% | - |
| XYZ | 38.7 | 72.99 | 14.24 | - |
| YUV | 175.4 | 52.71 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 42 | 0.73 | 0 | 0.84 | 0 | 112.11 | 1 | 0.58 |
| Hex | 46 | FF | 2A | 49 | 0 | 54 | 0 | 70 | 64 | 3A |
| Octal | 106 | 377 | 52 | 111 | 0 | 124 | 0 | 160 | 144 | 72 |
| Binary | 1000110 | 11111111 | 101010 | 1001001 | 0 | 1010100 | 0 | 1110000 | 1100100 | 111010 |
Color Harmonies of #46FF2A
Complementary color
Monochromatic Colors of #46FF2A
Black with #46FF2A
Text Example
Text Example
White with #46FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FF2A; }
p { color: rgb(70,255,42); }
H1.HeaderClassName
{
color: #46FF2A;
}
.AnyTagClassName
{
color: #46FF2A;
}
</style>
background-color css
<style>
a { background-color: #46FF2A; }
a { background-color: rgb(70,255,42); }
div.DivClassName
{
background-color: #46FF2A;
}
.BgClassName
{
background-color: #46FF2A;
}
</style>
border-color css
<style>
span { border-color: #46FF2A; }
span { border-color: rgb(70,255,42); }
td.TdClassName
{
border-color: #46FF2A;
}
.TagClassName
{
border-color: #46FF2A;
}
</style>