Shades of Harlequin #46F212
Tints of Harlequin #46F212
RGB
CMYK
RGB Variations
Color information
#46F212 (or 0x46F212) is known color: Harlequin. HEX triplet: 46, F2 and 12. RGB value is (70,242,18). Sum of RGB (Red+Green+Blue) = 70+242+18=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 242 (94.92% from 255 or 73.33% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 242 - color contains mainly: green. Hex color #46F212 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46F212 is #B90DED. Grayscale: #A5A5A5. Windows color (decimal): -12127726 or 1241670. OLE color: 1241670.
HSL color Cylindrical-coordinate representation of color #46F212: hue angle of 106.07º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #46F212 is Cyan = 0.71, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 242 | 18 | - |
| CMYK | 0.71 | 0 | 0.93 | 0.05 |
| HSL | 106.07º | 0.9% | 0.51% | - |
| HSV(B) | 106.07º | 0.93% | 0.95% | - |
| XYZ | 34.39 | 64.85 | 11.28 | - |
| YUV | 165.04 | 45.02 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 242 | 18 | 0.71 | 0 | 0.93 | 0.05 | 106.07 | 0.9 | 0.51 |
| Hex | 46 | F2 | 12 | 47 | 0 | 5D | 5 | 6A | 5A | 33 |
| Octal | 106 | 362 | 22 | 107 | 0 | 135 | 5 | 152 | 132 | 63 |
| Binary | 1000110 | 11110010 | 10010 | 1000111 | 0 | 1011101 | 101 | 1101010 | 1011010 | 110011 |
Color Harmonies of #46F212
Complementary color
Monochromatic Colors of #46F212
Black with #46F212
Text Example
Text Example
White with #46F212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F212; }
p { color: rgb(70,242,18); }
H1.HeaderClassName
{
color: #46F212;
}
.AnyTagClassName
{
color: #46F212;
}
</style>
background-color css
<style>
a { background-color: #46F212; }
a { background-color: rgb(70,242,18); }
div.DivClassName
{
background-color: #46F212;
}
.BgClassName
{
background-color: #46F212;
}
</style>
border-color css
<style>
span { border-color: #46F212; }
span { border-color: rgb(70,242,18); }
td.TdClassName
{
border-color: #46F212;
}
.TagClassName
{
border-color: #46F212;
}
</style>