Shades of Harlequin #46FB0D
Tints of Harlequin #46FB0D
RGB
CMYK
RGB Variations
Color information
#46FB0D (or 0x46FB0D) is known color: Harlequin. HEX triplet: 46, FB and 0D. RGB value is (70,251,13). Sum of RGB (Red+Green+Blue) = 70+251+13=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 251 (98.44% from 255 or 75.15% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 251 - color contains mainly: green. Hex color #46FB0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46FB0D is #B904F2. Grayscale: #AAAAAA. Windows color (decimal): -12125427 or 916294. OLE color: 916294.
HSL color Cylindrical-coordinate representation of color #46FB0D: hue angle of 105.63º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #46FB0D is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 251 | 13 | - |
| CMYK | 0.72 | 0 | 0.95 | 0.02 |
| HSL | 105.63º | 0.97% | 0.52% | - |
| HSV(B) | 105.63º | 0.95% | 0.98% | - |
| XYZ | 37.1 | 70.33 | 12 | - |
| YUV | 169.75 | 39.53 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 251 | 13 | 0.72 | 0 | 0.95 | 0.02 | 105.63 | 0.97 | 0.52 |
| Hex | 46 | FB | D | 48 | 0 | 5F | 2 | 6A | 61 | 34 |
| Octal | 106 | 373 | 15 | 110 | 0 | 137 | 2 | 152 | 141 | 64 |
| Binary | 1000110 | 11111011 | 1101 | 1001000 | 0 | 1011111 | 10 | 1101010 | 1100001 | 110100 |
Color Harmonies of #46FB0D
Complementary color
Monochromatic Colors of #46FB0D
Black with #46FB0D
Text Example
Text Example
White with #46FB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FB0D; }
p { color: rgb(70,251,13); }
H1.HeaderClassName
{
color: #46FB0D;
}
.AnyTagClassName
{
color: #46FB0D;
}
</style>
background-color css
<style>
a { background-color: #46FB0D; }
a { background-color: rgb(70,251,13); }
div.DivClassName
{
background-color: #46FB0D;
}
.BgClassName
{
background-color: #46FB0D;
}
</style>
border-color css
<style>
span { border-color: #46FB0D; }
span { border-color: rgb(70,251,13); }
td.TdClassName
{
border-color: #46FB0D;
}
.TagClassName
{
border-color: #46FB0D;
}
</style>