Html Css Color HEX #40EC11 Harlequin

📋 copy color: '#40EC11'

red 64 ◦ green 236 ◦ blue 17

#40EC11
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #40EC11

Tints of Harlequin #40EC11

RGB

 RED value IS 64 (25.39% from 255) = 20.19%

 GREEN value IS 236 (92.58% from 255) = 74.45%

 BLUE value IS 17 (7.03% from 255) = 5.36%

R = 20.19%
G = 74.45%
B = 5.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#40EC11 (or 0x40EC11) is known color: Harlequin. HEX triplet: 40, EC and 11. RGB value is (64,236,17). Sum of RGB (Red+Green+Blue) = 64+236+17=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 236 (92.58% from 255 or 74.45% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 236 - color contains mainly: green. Hex color #40EC11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40EC11 is #BF13EE. Grayscale: #A0A0A0. Windows color (decimal): -12522479 or 1174592. OLE color: 1174592.

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

Color convert

RGB 64 236 17 -
CMYK 0.73 0 0.93 0.07
HSL 107.12º 0.87% 0.5% -
HSV(B) 107.12º 0.93% 0.93% -
XYZ 32.21 61.12 10.63 -
YUV 159.61 47.52 59.81 -
System Red Green Blue C M Y K H S L
Decimal 64 236 17 0.73 0 0.93 0.07 107.12 0.87 0.5
Hex 40 EC 11 49 0 5D 7 6B 57 32
Octal 100 354 21 111 0 135 7 153 127 62
Binary 1000000 11101100 10001 1001001 0 1011101 111 1101011 1010111 110010

Color Harmonies of #40EC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EC11

Black with #40EC11

Text Example


Text Example

White with #40EC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,236,17); }

 H1.HeaderClassName
 {
   color: #40EC11;
 }
 .AnyTagClassName
 {
   color: #40EC11;
 }
</style>

background-color css

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

 a { background-color: rgb(64,236,17); }

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

border-color css

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

 span { border-color: rgb(64,236,17); }

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