#40FF21

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

Shades of Harlequin #40FF21

Tints of Harlequin #40FF21

Color information

#40FF21 (or 0x40FF21) is unknown color: approx Harlequin. HEX triplet: 40, FF and 21. RGB value is (64,255,33). Sum of RGB (Red+Green+Blue) = 64+255+33=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 255 (100% from 255 or 72.44% from 352); Blue value is 33 (13.28% from 255 or 9.38% from 352); Max value from RGB is 255 - color contains mainly: green. Hex color #40FF21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40FF21 is #BF00DE. Grayscale: #ADADAD. Windows color (decimal): -12517599 or 2228032. OLE color: 2228032.

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

Color convert

RGB6425533-
CMYK0.7500.870
HSL111.62º100%56.47%-
HSV(B)111.62º87.06%100%-
XYZ38.1572.7213.46-
YUV172.5849.2250.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.18%
GREEN value IS 255 (100% from 255) = 72.44%
BLUE value IS 33 (13.28% from 255) = 9.38%
R=18.18%
G=72.44%
B=9.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal64255330.7500.870111.6210056.47
Hex40FF214B0570706438
Octal100377411130127016014470
Binary100000011111111100001100101101010111011100001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40FF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,255,33); }

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

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

 a { background-color: rgb(64,255,33); }

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

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

 span { border-color: rgb(64,255,33); }

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