Html Css Color HEX #40DC0D Kelly Green

📋 copy color: '#40DC0D'

red 64 ◦ green 220 ◦ blue 13

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

Shades of Kelly Green #40DC0D

Tints of Kelly Green #40DC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.38%

R = 21.55%
G = 74.07%
B = 4.38%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#40DC0D (or 0x40DC0D) is known color: Kelly Green. HEX triplet: 40, DC and 0D. RGB value is (64,220,13). Sum of RGB (Red+Green+Blue) = 64+220+13=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 220 (86.33% from 255 or 74.07% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 220 - color contains mainly: green. Hex color #40DC0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40DC0D is #BF23F2. Grayscale: #969696. Windows color (decimal): -12526579 or 908352. OLE color: 908352.

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

Color convert

RGB 64 220 13 -
CMYK 0.71 0 0.94 0.14
HSL 105.22º 0.89% 0.46% -
HSV(B) 105.22º 0.94% 0.86% -
XYZ 27.78 52.31 9.01 -
YUV 149.76 50.82 66.83 -
System Red Green Blue C M Y K H S L
Decimal 64 220 13 0.71 0 0.94 0.14 105.22 0.89 0.46
Hex 40 DC D 47 0 5E E 69 59 2E
Octal 100 334 15 107 0 136 16 151 131 56
Binary 1000000 11011100 1101 1000111 0 1011110 1110 1101001 1011001 101110

Color Harmonies of #40DC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40DC0D

Black with #40DC0D

Text Example


Text Example

White with #40DC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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