Shades of Harlequin #46DC02
Tints of Harlequin #46DC02
RGB
CMYK
RGB Variations
Color information
#46DC02 (or 0x46DC02) is known color: Harlequin. HEX triplet: 46, DC and 02. RGB value is (70,220,2). Sum of RGB (Red+Green+Blue) = 70+220+2=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 220 (86.33% from 255 or 75.34% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 220 - color contains mainly: green. Hex color #46DC02 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46DC02 is #B923FD. Grayscale: #979797. Windows color (decimal): -12133374 or 187462. OLE color: 187462.
HSL color Cylindrical-coordinate representation of color #46DC02: hue angle of 101.28º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46DC02 is Cyan = 0.68, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 70 | 220 | 2 | - |
| CMYK | 0.68 | 0 | 0.99 | 0.14 |
| HSL | 101.28º | 0.98% | 0.44% | - |
| HSV(B) | 101.28º | 0.99% | 0.86% | - |
| XYZ | 28.13 | 52.49 | 8.71 | - |
| YUV | 150.3 | 44.31 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 220 | 2 | 0.68 | 0 | 0.99 | 0.14 | 101.28 | 0.98 | 0.44 |
| Hex | 46 | DC | 2 | 44 | 0 | 63 | E | 65 | 62 | 2C |
| Octal | 106 | 334 | 2 | 104 | 0 | 143 | 16 | 145 | 142 | 54 |
| Binary | 1000110 | 11011100 | 10 | 1000100 | 0 | 1100011 | 1110 | 1100101 | 1100010 | 101100 |
Color Harmonies of #46DC02
Complementary color
Monochromatic Colors of #46DC02
Black with #46DC02
Text Example
Text Example
White with #46DC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DC02; }
p { color: rgb(70,220,2); }
H1.HeaderClassName
{
color: #46DC02;
}
.AnyTagClassName
{
color: #46DC02;
}
</style>
background-color css
<style>
a { background-color: #46DC02; }
a { background-color: rgb(70,220,2); }
div.DivClassName
{
background-color: #46DC02;
}
.BgClassName
{
background-color: #46DC02;
}
</style>
border-color css
<style>
span { border-color: #46DC02; }
span { border-color: rgb(70,220,2); }
td.TdClassName
{
border-color: #46DC02;
}
.TagClassName
{
border-color: #46DC02;
}
</style>