#40F21B

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

Shades of Harlequin #40F21B

Tints of Harlequin #40F21B

Color information

#40F21B (or 0x40F21B) is unknown color: approx Harlequin. HEX triplet: 40, F2 and 1B. RGB value is (64,242,27). Sum of RGB (Red+Green+Blue) = 64+242+27=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 242 (94.92% from 255 or 72.67% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 242 - color contains mainly: green. Hex color #40F21B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F21B is #BF0DE4. Grayscale: #A4A4A4. Windows color (decimal): -12520933 or 1831488. OLE color: 1831488.

HSL color Cylindrical-coordinate representation of color #40F21B: hue angle of 109.67º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40F21B is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB6424227-
CMYK0.7400.890.05
HSL109.67º89.21%52.75%-
HSV(B)109.67º88.84%94.9%-
XYZ34.0664.6711.72-
YUV164.2750.5356.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.22%
GREEN value IS 242 (94.92% from 255) = 72.67%
BLUE value IS 27 (10.94% from 255) = 8.11%
R=19.22%
G=72.67%
B=8.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal64242270.7400.890.05109.6789.2152.75
Hex40F21B4A05956e5935
Octal100362331120131515613165
Binary1000000111100101101110010100101100110111011101011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40F21B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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