#40EE1E

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

Shades of Harlequin #40EE1E

Tints of Harlequin #40EE1E

Color information

#40EE1E (or 0x40EE1E) is unknown color: approx Harlequin. HEX triplet: 40, EE and 1E. RGB value is (64,238,30). Sum of RGB (Red+Green+Blue) = 64+238+30=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 238 (93.36% from 255 or 71.69% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 238 - color contains mainly: green. Hex color #40EE1E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EE1E is #BF11E1. Grayscale: #A2A2A2. Windows color (decimal): -12521954 or 2027072. OLE color: 2027072.

HSL color Cylindrical-coordinate representation of color #40EE1E: hue angle of 110.19º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40EE1E is Cyan = 0.73, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB6423830-
CMYK0.7300.870.07
HSL110.19º85.95%52.55%-
HSV(B)110.19º87.39%93.33%-
XYZ32.9262.3311.52-
YUV162.2653.3557.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.28%
GREEN value IS 238 (93.36% from 255) = 71.69%
BLUE value IS 30 (12.11% from 255) = 9.04%
R=19.28%
G=71.69%
B=9.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal64238300.7300.870.07110.1985.9552.55
Hex40EE1E4905776e5635
Octal100356361110127715612665
Binary1000000111011101111010010010101011111111011101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40EE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,238,30); }

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

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

 a { background-color: rgb(64,238,30); }

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

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

 span { border-color: rgb(64,238,30); }

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