Html Css Color HEX #40EB14 Harlequin

📋 copy color: '#40EB14'

red 64 ◦ green 235 ◦ blue 20

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

Shades of Harlequin #40EB14

Tints of Harlequin #40EB14

RGB

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

 GREEN value IS 235 (92.19% from 255) = 73.67%

 BLUE value IS 20 (8.2% from 255) = 6.27%

R = 20.06%
G = 73.67%
B = 6.27%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#40EB14 (or 0x40EB14) is known color: Harlequin. HEX triplet: 40, EB and 14. RGB value is (64,235,20). Sum of RGB (Red+Green+Blue) = 64+235+20=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 235 (92.19% from 255 or 73.67% from 319); Blue value is 20 (8.20% from 255 or 6.27% from 319); Max value from RGB is 235 - color contains mainly: green. Hex color #40EB14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #40EB14 is #BF14EB. Grayscale: #A0A0A0. Windows color (decimal): -12522732 or 1370944. OLE color: 1370944.

HSL color Cylindrical-coordinate representation of color #40EB14: hue angle of 107.72º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40EB14 is Cyan = 0.73, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 235 20 -
CMYK 0.73 0 0.91 0.08
HSL 107.72º 0.84% 0.5% -
HSV(B) 107.72º 0.91% 0.92% -
XYZ 31.95 60.56 10.67 -
YUV 159.36 49.35 59.98 -
System Red Green Blue C M Y K H S L
Decimal 64 235 20 0.73 0 0.91 0.08 107.72 0.84 0.5
Hex 40 EB 14 49 0 5B 8 6C 54 32
Octal 100 353 24 111 0 133 10 154 124 62
Binary 1000000 11101011 10100 1001001 0 1011011 1000 1101100 1010100 110010

Color Harmonies of #40EB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40EB14

Black with #40EB14

Text Example


Text Example

White with #40EB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,235,20); }

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

background-color css

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

 a { background-color: rgb(64,235,20); }

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

border-color css

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

 span { border-color: rgb(64,235,20); }

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