#40FC1B

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

Shades of Harlequin #40FC1B

Tints of Harlequin #40FC1B

Color information

#40FC1B (or 0x40FC1B) is unknown color: approx Harlequin. HEX triplet: 40, FC and 1B. RGB value is (64,252,27). Sum of RGB (Red+Green+Blue) = 64+252+27=343 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.66% from 343); Green value is 252 (98.83% from 255 or 73.47% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 252 - color contains mainly: green. Hex color #40FC1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FC1B is #BF03E4. Grayscale: #AAAAAA. Windows color (decimal): -12518373 or 1834048. OLE color: 1834048.

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

Color convert

RGB6425227-
CMYK0.7500.890.01
HSL110.13º97.4%54.71%-
HSV(B)110.13º89.29%98.82%-
XYZ37.1270.7912.74-
YUV170.1447.2252.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.66%
GREEN value IS 252 (98.83% from 255) = 73.47%
BLUE value IS 27 (10.94% from 255) = 7.87%
R=18.66%
G=73.47%
B=7.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal64252270.7500.890.01110.1397.454.71
Hex40FC1B4B05916e6137
Octal100374331130131115614167
Binary10000001111110011011100101101011001111011101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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