#40F01B

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

Shades of Harlequin #40F01B

Tints of Harlequin #40F01B

Color information

#40F01B (or 0x40F01B) is unknown color: approx Harlequin. HEX triplet: 40, F0 and 1B. RGB value is (64,240,27). Sum of RGB (Red+Green+Blue) = 64+240+27=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 240 (94.14% from 255 or 72.51% from 331); Blue value is 27 (10.94% from 255 or 8.16% from 331); Max value from RGB is 240 - color contains mainly: green. Hex color #40F01B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F01B is #BF0FE4. Grayscale: #A3A3A3. Windows color (decimal): -12521445 or 1830976. OLE color: 1830976.

HSL color Cylindrical-coordinate representation of color #40F01B: hue angle of 109.58º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40F01B is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.06.

Color convert

RGB6424027-
CMYK0.7300.890.06
HSL109.58º87.65%52.35%-
HSV(B)109.58º88.75%94.12%-
XYZ33.4763.4911.53-
YUV163.0951.1957.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.34%
GREEN value IS 240 (94.14% from 255) = 72.51%
BLUE value IS 27 (10.94% from 255) = 8.16%
R=19.34%
G=72.51%
B=8.16%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal64240270.7300.890.06109.5887.6552.35
Hex40F01B4905966e5834
Octal100360331110131615613064
Binary1000000111100001101110010010101100111011011101011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F01B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40F01B; }

 p { color: rgb(64,240,27); }

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

<style>
 a { background-color: #40F01B; }

 a { background-color: rgb(64,240,27); }

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

<style>
 span { border-color: #40F01B; }

 span { border-color: rgb(64,240,27); }

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