Html Css Color HEX #40DF14 Harlequin

📋 copy color: '#40DF14'

red 64 ◦ green 223 ◦ blue 20

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

Shades of Harlequin #40DF14

Tints of Harlequin #40DF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 72.64%

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

R = 20.85%
G = 72.64%
B = 6.51%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#40DF14 (or 0x40DF14) is known color: Harlequin. HEX triplet: 40, DF and 14. RGB value is (64,223,20). Sum of RGB (Red+Green+Blue) = 64+223+20=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 223 (87.5% from 255 or 72.64% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 223 - color contains mainly: green. Hex color #40DF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40DF14 is #BF20EB. Grayscale: #989898. Windows color (decimal): -12525804 or 1367872. OLE color: 1367872.

HSL color Cylindrical-coordinate representation of color #40DF14: hue angle of 107º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40DF14 is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 223 20 -
CMYK 0.71 0 0.91 0.13
HSL 107º 0.84% 0.48% -
HSV(B) 107º 0.91% 0.87% -
XYZ 28.63 53.92 9.56 -
YUV 152.32 53.32 65.01 -
System Red Green Blue C M Y K H S L
Decimal 64 223 20 0.71 0 0.91 0.13 107 0.84 0.48
Hex 40 DF 14 47 0 5B D 6B 54 30
Octal 100 337 24 107 0 133 15 153 124 60
Binary 1000000 11011111 10100 1000111 0 1011011 1101 1101011 1010100 110000

Color Harmonies of #40DF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DF14

Black with #40DF14

Text Example


Text Example

White with #40DF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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