Html Css Color HEX #40E804 Harlequin

📋 copy color: '#40E804'

red 64 ◦ green 232 ◦ blue 4

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

Shades of Harlequin #40E804

Tints of Harlequin #40E804

RGB

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

 GREEN value IS 232 (91.02% from 255) = 77.33%

 BLUE value IS 4 (1.95% from 255) = 1.33%

R = 21.33%
G = 77.33%
B = 1.33%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#40E804 (or 0x40E804) is known color: Harlequin. HEX triplet: 40, E8 and 04. RGB value is (64,232,4). Sum of RGB (Red+Green+Blue) = 64+232+4=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 232 (91.02% from 255 or 77.33% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 232 - color contains mainly: green. Hex color #40E804 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40E804 is #BF17FB. Grayscale: #9C9C9C. Windows color (decimal): -12523516 or 321600. OLE color: 321600.

HSL color Cylindrical-coordinate representation of color #40E804: hue angle of 104.21º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #40E804 is Cyan = 0.72, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.

Color convert

RGB 64 232 4 -
CMYK 0.72 0 0.98 0.09
HSL 104.21º 0.97% 0.46% -
HSV(B) 104.21º 0.98% 0.91% -
XYZ 30.99 58.81 9.83 -
YUV 155.78 42.34 62.54 -
System Red Green Blue C M Y K H S L
Decimal 64 232 4 0.72 0 0.98 0.09 104.21 0.97 0.46
Hex 40 E8 4 48 0 62 9 68 61 2E
Octal 100 350 4 110 0 142 11 150 141 56
Binary 1000000 11101000 100 1001000 0 1100010 1001 1101000 1100001 101110

Color Harmonies of #40E804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E804

Black with #40E804

Text Example


Text Example

White with #40E804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,232,4); }

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

background-color css

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

 a { background-color: rgb(64,232,4); }

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

border-color css

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

 span { border-color: rgb(64,232,4); }

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