#46F01E

Color #46F01E Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #46F01E

Tints of Harlequin #46F01E

Color information

#46F01E (or 0x46F01E) is unknown color: approx Harlequin. HEX triplet: 46, F0 and 1E. RGB value is (70,240,30). Sum of RGB (Red+Green+Blue) = 70+240+30=340 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.59% from 340); Green value is 240 (94.14% from 255 or 70.59% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 240 - color contains mainly: green. Hex color #46F01E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46F01E is #B90FE1. Grayscale: #A5A5A5. Windows color (decimal): -12128226 or 2027590. OLE color: 2027590.

HSL color Cylindrical-coordinate representation of color #46F01E: hue angle of 108.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #46F01E is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB7024030-
CMYK0.7100.870.06
HSL108.57º87.5%52.94%-
HSV(B)108.57º87.5%94.12%-
XYZ33.9263.7211.74-
YUV165.2351.6860.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 20.59%
GREEN value IS 240 (94.14% from 255) = 70.59%
BLUE value IS 30 (12.11% from 255) = 8.82%
R=20.59%
G=70.59%
B=8.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal70240300.7100.870.06108.5787.552.94
Hex46F01E4705766d5835
Octal106360361070127615513065
Binary1000110111100001111010001110101011111011011011011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46F01E; }

 p { color: rgb(70,240,30); }

 H1.HeaderClassName
 {
   color: #46F01E;
 }
 .AnyTagClassName
 {
   color: #46F01E;
 }
</style>
background-color css

<style>
 a { background-color: #46F01E; }

 a { background-color: rgb(70,240,30); }

 div.DivClassName
 {
   background-color: #46F01E;
 }
 .BgClassName
 {
   background-color: #46F01E;
 }
</style>
border-color css

<style>
 span { border-color: #46F01E; }

 span { border-color: rgb(70,240,30); }

 td.TdClassName
 {
   border-color: #46F01E;
 }
 .TagClassName
 {
   border-color: #46F01E;
 }
</style>