Html Css Color HEX #40E010 Harlequin

📋 copy color: '#40E010'

red 64 ◦ green 224 ◦ blue 16

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

Shades of Harlequin #40E010

Tints of Harlequin #40E010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.26%

R = 21.05%
G = 73.68%
B = 5.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#40E010 (or 0x40E010) is known color: Harlequin. HEX triplet: 40, E0 and 10. RGB value is (64,224,16). Sum of RGB (Red+Green+Blue) = 64+224+16=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 224 (87.89% from 255 or 73.68% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 224 - color contains mainly: green. Hex color #40E010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40E010 is #BF1FEF. Grayscale: #999999. Windows color (decimal): -12525552 or 1105984. OLE color: 1105984.

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

Color convert

RGB 64 224 16 -
CMYK 0.71 0 0.93 0.12
HSL 106.15º 0.87% 0.47% -
HSV(B) 106.15º 0.93% 0.88% -
XYZ 28.86 54.44 9.48 -
YUV 152.45 50.99 64.91 -
System Red Green Blue C M Y K H S L
Decimal 64 224 16 0.71 0 0.93 0.12 106.15 0.87 0.47
Hex 40 E0 10 47 0 5D C 6A 57 2F
Octal 100 340 20 107 0 135 14 152 127 57
Binary 1000000 11100000 10000 1000111 0 1011101 1100 1101010 1010111 101111

Color Harmonies of #40E010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E010

Black with #40E010

Text Example


Text Example

White with #40E010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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