Shades of Harlequin #46E205
Tints of Harlequin #46E205
RGB
CMYK
RGB Variations
Color information
#46E205 (or 0x46E205) is known color: Harlequin. HEX triplet: 46, E2 and 05. RGB value is (70,226,5). Sum of RGB (Red+Green+Blue) = 70+226+5=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 226 (88.67% from 255 or 75.08% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 226 - color contains mainly: green. Hex color #46E205 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #46E205 is #B91DFA. Grayscale: #9A9A9A. Windows color (decimal): -12131835 or 385606. OLE color: 385606.
HSL color Cylindrical-coordinate representation of color #46E205: hue angle of 102.35º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #46E205 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 70 | 226 | 5 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.11 |
| HSL | 102.35º | 0.96% | 0.45% | - |
| HSV(B) | 102.35º | 0.98% | 0.89% | - |
| XYZ | 29.75 | 55.71 | 9.33 | - |
| YUV | 154.16 | 43.82 | 67.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 226 | 5 | 0.69 | 0 | 0.98 | 0.11 | 102.35 | 0.96 | 0.45 |
| Hex | 46 | E2 | 5 | 45 | 0 | 62 | B | 66 | 60 | 2D |
| Octal | 106 | 342 | 5 | 105 | 0 | 142 | 13 | 146 | 140 | 55 |
| Binary | 1000110 | 11100010 | 101 | 1000101 | 0 | 1100010 | 1011 | 1100110 | 1100000 | 101101 |
Color Harmonies of #46E205
Complementary color
Monochromatic Colors of #46E205
Black with #46E205
Text Example
Text Example
White with #46E205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46E205; }
p { color: rgb(70,226,5); }
H1.HeaderClassName
{
color: #46E205;
}
.AnyTagClassName
{
color: #46E205;
}
</style>
background-color css
<style>
a { background-color: #46E205; }
a { background-color: rgb(70,226,5); }
div.DivClassName
{
background-color: #46E205;
}
.BgClassName
{
background-color: #46E205;
}
</style>
border-color css
<style>
span { border-color: #46E205; }
span { border-color: rgb(70,226,5); }
td.TdClassName
{
border-color: #46E205;
}
.TagClassName
{
border-color: #46E205;
}
</style>