Shades of Harlequin #46FD0C
Tints of Harlequin #46FD0C
RGB
CMYK
RGB Variations
Color information
#46FD0C (or 0x46FD0C) is known color: Harlequin. HEX triplet: 46, FD and 0C. RGB value is (70,253,12). Sum of RGB (Red+Green+Blue) = 70+253+12=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 253 (99.22% from 255 or 75.52% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 253 - color contains mainly: green. Hex color #46FD0C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46FD0C is #B902F3. Grayscale: #ABABAB. Windows color (decimal): -12124916 or 851270. OLE color: 851270.
HSL color Cylindrical-coordinate representation of color #46FD0C: hue angle of 105.56º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #46FD0C is Cyan = 0.72, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 70 | 253 | 12 | - |
| CMYK | 0.72 | 0 | 0.95 | 0.01 |
| HSL | 105.56º | 0.98% | 0.52% | - |
| HSV(B) | 105.56º | 0.95% | 0.99% | - |
| XYZ | 37.72 | 71.58 | 12.18 | - |
| YUV | 170.81 | 38.37 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 253 | 12 | 0.72 | 0 | 0.95 | 0.01 | 105.56 | 0.98 | 0.52 |
| Hex | 46 | FD | C | 48 | 0 | 5F | 1 | 6A | 62 | 34 |
| Octal | 106 | 375 | 14 | 110 | 0 | 137 | 1 | 152 | 142 | 64 |
| Binary | 1000110 | 11111101 | 1100 | 1001000 | 0 | 1011111 | 1 | 1101010 | 1100010 | 110100 |
Color Harmonies of #46FD0C
Complementary color
Monochromatic Colors of #46FD0C
Black with #46FD0C
Text Example
Text Example
White with #46FD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FD0C; }
p { color: rgb(70,253,12); }
H1.HeaderClassName
{
color: #46FD0C;
}
.AnyTagClassName
{
color: #46FD0C;
}
</style>
background-color css
<style>
a { background-color: #46FD0C; }
a { background-color: rgb(70,253,12); }
div.DivClassName
{
background-color: #46FD0C;
}
.BgClassName
{
background-color: #46FD0C;
}
</style>
border-color css
<style>
span { border-color: #46FD0C; }
span { border-color: rgb(70,253,12); }
td.TdClassName
{
border-color: #46FD0C;
}
.TagClassName
{
border-color: #46FD0C;
}
</style>