#40EE0B

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

Shades of Harlequin #40EE0B

Tints of Harlequin #40EE0B

Color information

#40EE0B (or 0x40EE0B) is unknown color: approx Harlequin. HEX triplet: 40, EE and 0B. RGB value is (64,238,11). Sum of RGB (Red+Green+Blue) = 64+238+11=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 238 (93.36% from 255 or 76.04% from 313); Blue value is 11 (4.69% from 255 or 3.51% from 313); Max value from RGB is 238 - color contains mainly: green. Hex color #40EE0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40EE0B is #BF11F4. Grayscale: #A0A0A0. Windows color (decimal): -12521973 or 781888. OLE color: 781888.

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

Color convert

RGB6423811-
CMYK0.7300.950.07
HSL105.99º91.16%48.82%-
HSV(B)105.99º95.38%93.33%-
XYZ32.7562.2610.61-
YUV160.143.8559.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.45%
GREEN value IS 238 (93.36% from 255) = 76.04%
BLUE value IS 11 (4.69% from 255) = 3.51%
R=20.45%
G=76.04%
B=3.51%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal64238110.7300.950.07105.9991.1648.82
Hex40EEB4905F76a5b31
Octal100356131110137715213361
Binary100000011101110101110010010101111111111010101011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40EE0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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