Html Css Color HEX #40E016 Harlequin

📋 copy color: '#40E016'

red 64 ◦ green 224 ◦ blue 22

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

Shades of Harlequin #40E016

Tints of Harlequin #40E016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.1%

R = 20.65%
G = 72.26%
B = 7.1%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#40E016 (or 0x40E016) is known color: Harlequin. HEX triplet: 40, E0 and 16. RGB value is (64,224,22). Sum of RGB (Red+Green+Blue) = 64+224+22=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 224 (87.89% from 255 or 72.26% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 224 - color contains mainly: green. Hex color #40E016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40E016 is #BF1FE9. Grayscale: #999999. Windows color (decimal): -12525546 or 1499200. OLE color: 1499200.

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

Color convert

RGB 64 224 22 -
CMYK 0.71 0 0.90 0.12
HSL 107.52º 0.82% 0.48% -
HSV(B) 107.52º 0.9% 0.88% -
XYZ 28.91 54.46 9.75 -
YUV 153.13 53.99 64.43 -
System Red Green Blue C M Y K H S L
Decimal 64 224 22 0.71 0 0.90 0.12 107.52 0.82 0.48
Hex 40 E0 16 47 0 5A C 6C 52 30
Octal 100 340 26 107 0 132 14 154 122 60
Binary 1000000 11100000 10110 1000111 0 1011010 1100 1101100 1010010 110000

Color Harmonies of #40E016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40E016

Black with #40E016

Text Example


Text Example

White with #40E016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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