#40FC01

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

Shades of Harlequin #40FC01

Tints of Harlequin #40FC01

Color information

#40FC01 (or 0x40FC01) is unknown color: approx Harlequin. HEX triplet: 40, FC and 01. RGB value is (64,252,1). Sum of RGB (Red+Green+Blue) = 64+252+1=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 252 (98.83% from 255 or 79.50% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 252 - color contains mainly: green. Hex color #40FC01 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40FC01 is #BF03FE. Grayscale: #A7A7A7. Windows color (decimal): -12518399 or 130112. OLE color: 130112.

HSL color Cylindrical-coordinate representation of color #40FC01: hue angle of 104.94º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40FC01 is Cyan = 0.75, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.

Color convert

RGB642521-
CMYK0.7501.000.01
HSL104.94º99.21%49.61%-
HSV(B)104.94º99.6%98.82%-
XYZ36.9370.7111.73-
YUV167.1734.2254.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.19%
GREEN value IS 252 (98.83% from 255) = 79.50%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=20.19%
G=79.50%
B=0.32%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal6425210.7501.000.01104.9499.2149.61
Hex40FC14B0641696332
Octal10037411130144115114362
Binary1000000111111001100101101100100111010011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,252,1); }

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

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

 a { background-color: rgb(64,252,1); }

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

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

 span { border-color: rgb(64,252,1); }

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