#40EB1A

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

Shades of Harlequin #40EB1A

Tints of Harlequin #40EB1A

Color information

#40EB1A (or 0x40EB1A) is unknown color: approx Harlequin. HEX triplet: 40, EB and 1A. RGB value is (64,235,26). Sum of RGB (Red+Green+Blue) = 64+235+26=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 235 (92.19% from 255 or 72.31% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 235 - color contains mainly: green. Hex color #40EB1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EB1A is #BF14E5. Grayscale: #A0A0A0. Windows color (decimal): -12522726 or 1764160. OLE color: 1764160.

HSL color Cylindrical-coordinate representation of color #40EB1A: hue angle of 109.09º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40EB1A is Cyan = 0.73, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB6423526-
CMYK0.7300.890.08
HSL109.09º83.94%51.18%-
HSV(B)109.09º88.94%92.16%-
XYZ32.0160.5810.98-
YUV160.0452.3559.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.69%
GREEN value IS 235 (92.19% from 255) = 72.31%
BLUE value IS 26 (10.55% from 255) = 8%
R=19.69%
G=72.31%
B=8%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal64235260.7300.890.08109.0983.9451.18
Hex40EB1A4905986d5433
Octal1003533211101311015512463
Binary10000001110101111010100100101011001100011011011010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40EB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,235,26); }

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

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

 a { background-color: rgb(64,235,26); }

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

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

 span { border-color: rgb(64,235,26); }

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