Html Css Color HEX #40EE18 Harlequin

📋 copy color: '#40EE18'

red 64 ◦ green 238 ◦ blue 24

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

Shades of Harlequin #40EE18

Tints of Harlequin #40EE18

RGB

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

 GREEN value IS 238 (93.36% from 255) = 73.01%

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

R = 19.63%
G = 73.01%
B = 7.36%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#40EE18 (or 0x40EE18) is known color: Harlequin. HEX triplet: 40, EE and 18. RGB value is (64,238,24). Sum of RGB (Red+Green+Blue) = 64+238+24=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 238 (93.36% from 255 or 73.01% from 326); Blue value is 24 (9.77% from 255 or 7.36% from 326); Max value from RGB is 238 - color contains mainly: green. Hex color #40EE18 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40EE18 is #BF11E7. Grayscale: #A2A2A2. Windows color (decimal): -12521960 or 1633856. OLE color: 1633856.

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

Color convert

RGB 64 238 24 -
CMYK 0.73 0 0.90 0.07
HSL 108.79º 0.86% 0.51% -
HSV(B) 108.79º 0.9% 0.93% -
XYZ 32.85 62.31 11.16 -
YUV 161.58 50.35 58.4 -
System Red Green Blue C M Y K H S L
Decimal 64 238 24 0.73 0 0.90 0.07 108.79 0.86 0.51
Hex 40 EE 18 49 0 5A 7 6D 56 33
Octal 100 356 30 111 0 132 7 155 126 63
Binary 1000000 11101110 11000 1001001 0 1011010 111 1101101 1010110 110011

Color Harmonies of #40EE18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EE18

Black with #40EE18

Text Example


Text Example

White with #40EE18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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