Html Css Color HEX #40EB18 Harlequin

📋 copy color: '#40EB18'

red 64 ◦ green 235 ◦ blue 24

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

Shades of Harlequin #40EB18

Tints of Harlequin #40EB18

RGB

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

 GREEN value IS 235 (92.19% from 255) = 72.76%

 BLUE value IS 24 (9.77% from 255) = 7.43%

R = 19.81%
G = 72.76%
B = 7.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#40EB18 (or 0x40EB18) is known color: Harlequin. HEX triplet: 40, EB and 18. RGB value is (64,235,24). Sum of RGB (Red+Green+Blue) = 64+235+24=323 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.81% from 323); Green value is 235 (92.19% from 255 or 72.76% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 235 - color contains mainly: green. Hex color #40EB18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40EB18 is #BF14E7. Grayscale: #A0A0A0. Windows color (decimal): -12522728 or 1633088. OLE color: 1633088.

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

Color convert

RGB 64 235 24 -
CMYK 0.73 0 0.90 0.08
HSL 108.63º 0.84% 0.51% -
HSV(B) 108.63º 0.9% 0.92% -
XYZ 31.99 60.57 10.87 -
YUV 159.82 51.35 59.66 -
System Red Green Blue C M Y K H S L
Decimal 64 235 24 0.73 0 0.90 0.08 108.63 0.84 0.51
Hex 40 EB 18 49 0 5A 8 6D 54 33
Octal 100 353 30 111 0 132 10 155 124 63
Binary 1000000 11101011 11000 1001001 0 1011010 1000 1101101 1010100 110011

Color Harmonies of #40EB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EB18

Black with #40EB18

Text Example


Text Example

White with #40EB18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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