Html Css Color HEX #40DC11 Kelly Green

📋 copy color: '#40DC11'

red 64 ◦ green 220 ◦ blue 17

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

Shades of Kelly Green #40DC11

Tints of Kelly Green #40DC11

RGB

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

 GREEN value IS 220 (86.33% from 255) = 73.09%

 BLUE value IS 17 (7.03% from 255) = 5.65%

R = 21.26%
G = 73.09%
B = 5.65%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#40DC11 (or 0x40DC11) is known color: Kelly Green. HEX triplet: 40, DC and 11. RGB value is (64,220,17). Sum of RGB (Red+Green+Blue) = 64+220+17=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 220 (86.33% from 255 or 73.09% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 220 - color contains mainly: green. Hex color #40DC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40DC11 is #BF23EE. Grayscale: #969696. Windows color (decimal): -12526575 or 1170496. OLE color: 1170496.

HSL color Cylindrical-coordinate representation of color #40DC11: hue angle of 106.11º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #40DC11 is Cyan = 0.71, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 220 17 -
CMYK 0.71 0 0.92 0.14
HSL 106.11º 0.86% 0.46% -
HSV(B) 106.11º 0.92% 0.86% -
XYZ 27.81 52.32 9.16 -
YUV 150.21 52.82 66.51 -
System Red Green Blue C M Y K H S L
Decimal 64 220 17 0.71 0 0.92 0.14 106.11 0.86 0.46
Hex 40 DC 11 47 0 5C E 6A 56 2E
Octal 100 334 21 107 0 134 16 152 126 56
Binary 1000000 11011100 10001 1000111 0 1011100 1110 1101010 1010110 101110

Color Harmonies of #40DC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DC11

Black with #40DC11

Text Example


Text Example

White with #40DC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,220,17); }

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

background-color css

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

 a { background-color: rgb(64,220,17); }

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

border-color css

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

 span { border-color: rgb(64,220,17); }

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