#40DE0A

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

Shades of Harlequin #40DE0A

Tints of Harlequin #40DE0A

Color information

#40DE0A (or 0x40DE0A) is unknown color: approx Harlequin. HEX triplet: 40, DE and 0A. RGB value is (64,222,10). Sum of RGB (Red+Green+Blue) = 64+222+10=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 222 (87.11% from 255 or 75% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 222 - color contains mainly: green. Hex color #40DE0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40DE0A is #BF21F5. Grayscale: #979797. Windows color (decimal): -12526070 or 712256. OLE color: 712256.

HSL color Cylindrical-coordinate representation of color #40DE0A: hue angle of 104.72º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40DE0A is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB6422210-
CMYK0.7100.950.13
HSL104.72º91.38%45.49%-
HSV(B)104.72º95.5%87.06%-
XYZ28.2953.359.09-
YUV150.5948.6566.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.62%
GREEN value IS 222 (87.11% from 255) = 75%
BLUE value IS 10 (4.30% from 255) = 3.38%
R=21.62%
G=75%
B=3.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal64222100.7100.950.13104.7291.3845.49
Hex40DEA4705FD695b2d
Octal1003361210701371515113355
Binary1000000110111101010100011101011111110111010011011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40DE0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,222,10); }

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

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

 a { background-color: rgb(64,222,10); }

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

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

 span { border-color: rgb(64,222,10); }

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