Shades of Harlequin #46FF34
Tints of Harlequin #46FF34
RGB
CMYK
RGB Variations
Color information
#46FF34 (or 0x46FF34) is known color: Harlequin. HEX triplet: 46, FF and 34. RGB value is (70,255,52). Sum of RGB (Red+Green+Blue) = 70+255+52=377 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.57% from 377); Green value is 255 (100% from 255 or 67.64% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 255 - color contains mainly: green. Hex color #46FF34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46FF34 is #B900CB. Grayscale: #B1B1B1. Windows color (decimal): -12124364 or 3473222. OLE color: 3473222.
HSL color Cylindrical-coordinate representation of color #46FF34: hue angle of 114.68º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46FF34 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 52 | - |
| CMYK | 0.73 | 0 | 0.80 | 0 |
| HSL | 114.68º | 1% | 0.6% | - |
| HSV(B) | 114.68º | 0.8% | 1% | - |
| XYZ | 38.91 | 73.07 | 15.3 | - |
| YUV | 176.54 | 57.71 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 52 | 0.73 | 0 | 0.80 | 0 | 114.68 | 1 | 0.6 |
| Hex | 46 | FF | 34 | 49 | 0 | 50 | 0 | 73 | 64 | 3C |
| Octal | 106 | 377 | 64 | 111 | 0 | 120 | 0 | 163 | 144 | 74 |
| Binary | 1000110 | 11111111 | 110100 | 1001001 | 0 | 1010000 | 0 | 1110011 | 1100100 | 111100 |
Color Harmonies of #46FF34
Complementary color
Monochromatic Colors of #46FF34
Black with #46FF34
Text Example
Text Example
White with #46FF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FF34; }
p { color: rgb(70,255,52); }
H1.HeaderClassName
{
color: #46FF34;
}
.AnyTagClassName
{
color: #46FF34;
}
</style>
background-color css
<style>
a { background-color: #46FF34; }
a { background-color: rgb(70,255,52); }
div.DivClassName
{
background-color: #46FF34;
}
.BgClassName
{
background-color: #46FF34;
}
</style>
border-color css
<style>
span { border-color: #46FF34; }
span { border-color: rgb(70,255,52); }
td.TdClassName
{
border-color: #46FF34;
}
.TagClassName
{
border-color: #46FF34;
}
</style>