Html Css Color HEX #40E00E Harlequin

📋 copy color: '#40E00E'

red 64 ◦ green 224 ◦ blue 14

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

Shades of Harlequin #40E00E

Tints of Harlequin #40E00E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 74.17%

 BLUE value IS 14 (5.86% from 255) = 4.64%

R = 21.19%
G = 74.17%
B = 4.64%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#40E00E (or 0x40E00E) is known color: Harlequin. HEX triplet: 40, E0 and 0E. RGB value is (64,224,14). Sum of RGB (Red+Green+Blue) = 64+224+14=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 224 (87.89% from 255 or 74.17% from 302); Blue value is 14 (5.86% from 255 or 4.64% from 302); Max value from RGB is 224 - color contains mainly: green. Hex color #40E00E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40E00E is #BF1FF1. Grayscale: #989898. Windows color (decimal): -12525554 or 974912. OLE color: 974912.

HSL color Cylindrical-coordinate representation of color #40E00E: hue angle of 105.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40E00E is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 64 224 14 -
CMYK 0.71 0 0.94 0.12
HSL 105.71º 0.88% 0.47% -
HSV(B) 105.71º 0.94% 0.88% -
XYZ 28.85 54.43 9.4 -
YUV 152.22 49.99 65.08 -
System Red Green Blue C M Y K H S L
Decimal 64 224 14 0.71 0 0.94 0.12 105.71 0.88 0.47
Hex 40 E0 E 47 0 5E C 6A 58 2F
Octal 100 340 16 107 0 136 14 152 130 57
Binary 1000000 11100000 1110 1000111 0 1011110 1100 1101010 1011000 101111

Color Harmonies of #40E00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E00E

Black with #40E00E

Text Example


Text Example

White with #40E00E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,224,14); }

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

background-color css

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

 a { background-color: rgb(64,224,14); }

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

border-color css

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

 span { border-color: rgb(64,224,14); }

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