Shades of Harlequin #46F315
Tints of Harlequin #46F315
RGB
CMYK
RGB Variations
Color information
#46F315 (or 0x46F315) is known color: Harlequin. HEX triplet: 46, F3 and 15. RGB value is (70,243,21). Sum of RGB (Red+Green+Blue) = 70+243+21=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 243 (95.31% from 255 or 72.75% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 243 - color contains mainly: green. Hex color #46F315 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46F315 is #B90CEA. Grayscale: #A6A6A6. Windows color (decimal): -12127467 or 1438534. OLE color: 1438534.
HSL color Cylindrical-coordinate representation of color #46F315: hue angle of 106.76º degrees, saturation: 0.9, 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 #46F315 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 70 | 243 | 21 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.05 |
| HSL | 106.76º | 0.9% | 0.52% | - |
| HSV(B) | 106.76º | 0.91% | 0.95% | - |
| XYZ | 34.71 | 65.46 | 11.51 | - |
| YUV | 165.97 | 46.19 | 59.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 243 | 21 | 0.71 | 0 | 0.91 | 0.05 | 106.76 | 0.9 | 0.52 |
| Hex | 46 | F3 | 15 | 47 | 0 | 5B | 5 | 6B | 5A | 34 |
| Octal | 106 | 363 | 25 | 107 | 0 | 133 | 5 | 153 | 132 | 64 |
| Binary | 1000110 | 11110011 | 10101 | 1000111 | 0 | 1011011 | 101 | 1101011 | 1011010 | 110100 |
Color Harmonies of #46F315
Complementary color
Monochromatic Colors of #46F315
Black with #46F315
Text Example
Text Example
White with #46F315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F315; }
p { color: rgb(70,243,21); }
H1.HeaderClassName
{
color: #46F315;
}
.AnyTagClassName
{
color: #46F315;
}
</style>
background-color css
<style>
a { background-color: #46F315; }
a { background-color: rgb(70,243,21); }
div.DivClassName
{
background-color: #46F315;
}
.BgClassName
{
background-color: #46F315;
}
</style>
border-color css
<style>
span { border-color: #46F315; }
span { border-color: rgb(70,243,21); }
td.TdClassName
{
border-color: #46F315;
}
.TagClassName
{
border-color: #46F315;
}
</style>