Html Css Color HEX #40E418 Harlequin

📋 copy color: '#40E418'

red 64 ◦ green 228 ◦ blue 24

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

Shades of Harlequin #40E418

Tints of Harlequin #40E418

RGB

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

 GREEN value IS 228 (89.45% from 255) = 72.15%

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

R = 20.25%
G = 72.15%
B = 7.59%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#40E418 (or 0x40E418) is known color: Harlequin. HEX triplet: 40, E4 and 18. RGB value is (64,228,24). Sum of RGB (Red+Green+Blue) = 64+228+24=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 228 (89.45% from 255 or 72.15% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 228 - color contains mainly: green. Hex color #40E418 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40E418 is #BF1BE7. Grayscale: #9C9C9C. Windows color (decimal): -12524520 or 1631296. OLE color: 1631296.

HSL color Cylindrical-coordinate representation of color #40E418: hue angle of 108.24º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40E418 is Cyan = 0.72, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.

Color convert

RGB 64 228 24 -
CMYK 0.72 0 0.89 0.11
HSL 108.24º 0.81% 0.49% -
HSV(B) 108.24º 0.89% 0.89% -
XYZ 30.02 56.64 10.21 -
YUV 155.71 53.67 62.59 -
System Red Green Blue C M Y K H S L
Decimal 64 228 24 0.72 0 0.89 0.11 108.24 0.81 0.49
Hex 40 E4 18 48 0 59 B 6C 51 31
Octal 100 344 30 110 0 131 13 154 121 61
Binary 1000000 11100100 11000 1001000 0 1011001 1011 1101100 1010001 110001

Color Harmonies of #40E418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E418

Black with #40E418

Text Example


Text Example

White with #40E418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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