Shades of Harlequin #46F326
Tints of Harlequin #46F326
RGB
CMYK
RGB Variations
Color information
#46F326 (or 0x46F326) is known color: Harlequin. HEX triplet: 46, F3 and 26. RGB value is (70,243,38). Sum of RGB (Red+Green+Blue) = 70+243+38=351 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.94% from 351); Green value is 243 (95.31% from 255 or 69.23% from 351); Blue value is 38 (15.23% from 255 or 10.83% from 351); Max value from RGB is 243 - color contains mainly: green. Hex color #46F326 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46F326 is #B90CD9. Grayscale: #A8A8A8. Windows color (decimal): -12127450 or 2552646. OLE color: 2552646.
HSL color Cylindrical-coordinate representation of color #46F326: hue angle of 110.63º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46F326 is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 243 | 38 | - |
| CMYK | 0.71 | 0 | 0.84 | 0.05 |
| HSL | 110.63º | 0.9% | 0.55% | - |
| HSV(B) | 110.63º | 0.84% | 0.95% | - |
| XYZ | 34.93 | 65.54 | 12.64 | - |
| YUV | 167.9 | 54.69 | 58.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 243 | 38 | 0.71 | 0 | 0.84 | 0.05 | 110.63 | 0.9 | 0.55 |
| Hex | 46 | F3 | 26 | 47 | 0 | 54 | 5 | 6F | 5A | 37 |
| Octal | 106 | 363 | 46 | 107 | 0 | 124 | 5 | 157 | 132 | 67 |
| Binary | 1000110 | 11110011 | 100110 | 1000111 | 0 | 1010100 | 101 | 1101111 | 1011010 | 110111 |
Color Harmonies of #46F326
Complementary color
Monochromatic Colors of #46F326
Black with #46F326
Text Example
Text Example
White with #46F326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F326; }
p { color: rgb(70,243,38); }
H1.HeaderClassName
{
color: #46F326;
}
.AnyTagClassName
{
color: #46F326;
}
</style>
background-color css
<style>
a { background-color: #46F326; }
a { background-color: rgb(70,243,38); }
div.DivClassName
{
background-color: #46F326;
}
.BgClassName
{
background-color: #46F326;
}
</style>
border-color css
<style>
span { border-color: #46F326; }
span { border-color: rgb(70,243,38); }
td.TdClassName
{
border-color: #46F326;
}
.TagClassName
{
border-color: #46F326;
}
</style>