Shades of Harlequin #46F70C
Tints of Harlequin #46F70C
RGB
CMYK
RGB Variations
Color information
#46F70C (or 0x46F70C) is known color: Harlequin. HEX triplet: 46, F7 and 0C. RGB value is (70,247,12). Sum of RGB (Red+Green+Blue) = 70+247+12=329 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.28% from 329); Green value is 247 (96.88% from 255 or 75.08% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 247 - color contains mainly: green. Hex color #46F70C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46F70C is #B908F3. Grayscale: #A8A8A8. Windows color (decimal): -12126452 or 849734. OLE color: 849734.
HSL color Cylindrical-coordinate representation of color #46F70C: hue angle of 105.19º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #46F70C is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 70 | 247 | 12 | - |
| CMYK | 0.72 | 0 | 0.95 | 0.03 |
| HSL | 105.19º | 0.94% | 0.51% | - |
| HSV(B) | 105.19º | 0.95% | 0.97% | - |
| XYZ | 35.85 | 67.85 | 11.55 | - |
| YUV | 167.29 | 40.36 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 247 | 12 | 0.72 | 0 | 0.95 | 0.03 | 105.19 | 0.94 | 0.51 |
| Hex | 46 | F7 | C | 48 | 0 | 5F | 3 | 69 | 5E | 33 |
| Octal | 106 | 367 | 14 | 110 | 0 | 137 | 3 | 151 | 136 | 63 |
| Binary | 1000110 | 11110111 | 1100 | 1001000 | 0 | 1011111 | 11 | 1101001 | 1011110 | 110011 |
Color Harmonies of #46F70C
Complementary color
Monochromatic Colors of #46F70C
Black with #46F70C
Text Example
Text Example
White with #46F70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F70C; }
p { color: rgb(70,247,12); }
H1.HeaderClassName
{
color: #46F70C;
}
.AnyTagClassName
{
color: #46F70C;
}
</style>
background-color css
<style>
a { background-color: #46F70C; }
a { background-color: rgb(70,247,12); }
div.DivClassName
{
background-color: #46F70C;
}
.BgClassName
{
background-color: #46F70C;
}
</style>
border-color css
<style>
span { border-color: #46F70C; }
span { border-color: rgb(70,247,12); }
td.TdClassName
{
border-color: #46F70C;
}
.TagClassName
{
border-color: #46F70C;
}
</style>