Shades of Harlequin #46F215
Tints of Harlequin #46F215
RGB
CMYK
RGB Variations
Color information
#46F215 (or 0x46F215) is known color: Harlequin. HEX triplet: 46, F2 and 15. RGB value is (70,242,21). Sum of RGB (Red+Green+Blue) = 70+242+21=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 242 (94.92% from 255 or 72.67% from 333); Blue value is 21 (8.59% from 255 or 6.31% from 333); Max value from RGB is 242 - color contains mainly: green. Hex color #46F215 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46F215 is #B90DEA. Grayscale: #A6A6A6. Windows color (decimal): -12127723 or 1438278. OLE color: 1438278.
HSL color Cylindrical-coordinate representation of color #46F215: hue angle of 106.7º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #46F215 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 242 | 21 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.05 |
| HSL | 106.7º | 0.89% | 0.52% | - |
| HSV(B) | 106.7º | 0.91% | 0.95% | - |
| XYZ | 34.41 | 64.86 | 11.42 | - |
| YUV | 165.38 | 46.52 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 242 | 21 | 0.71 | 0 | 0.91 | 0.05 | 106.7 | 0.89 | 0.52 |
| Hex | 46 | F2 | 15 | 47 | 0 | 5B | 5 | 6B | 59 | 34 |
| Octal | 106 | 362 | 25 | 107 | 0 | 133 | 5 | 153 | 131 | 64 |
| Binary | 1000110 | 11110010 | 10101 | 1000111 | 0 | 1011011 | 101 | 1101011 | 1011001 | 110100 |
Color Harmonies of #46F215
Complementary color
Monochromatic Colors of #46F215
Black with #46F215
Text Example
Text Example
White with #46F215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F215; }
p { color: rgb(70,242,21); }
H1.HeaderClassName
{
color: #46F215;
}
.AnyTagClassName
{
color: #46F215;
}
</style>
background-color css
<style>
a { background-color: #46F215; }
a { background-color: rgb(70,242,21); }
div.DivClassName
{
background-color: #46F215;
}
.BgClassName
{
background-color: #46F215;
}
</style>
border-color css
<style>
span { border-color: #46F215; }
span { border-color: rgb(70,242,21); }
td.TdClassName
{
border-color: #46F215;
}
.TagClassName
{
border-color: #46F215;
}
</style>