Html Css Color HEX #40D20C Kelly Green

📋 copy color: '#40D20C'

red 64 ◦ green 210 ◦ blue 12

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

Shades of Kelly Green #40D20C

Tints of Kelly Green #40D20C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 73.43%

 BLUE value IS 12 (5.08% from 255) = 4.2%

R = 22.38%
G = 73.43%
B = 4.2%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#40D20C (or 0x40D20C) is known color: Kelly Green. HEX triplet: 40, D2 and 0C. RGB value is (64,210,12). Sum of RGB (Red+Green+Blue) = 64+210+12=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 210 (82.42% from 255 or 73.43% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 210 - color contains mainly: green. Hex color #40D20C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40D20C is #BF2DF3. Grayscale: #909090. Windows color (decimal): -12529140 or 840256. OLE color: 840256.

HSL color Cylindrical-coordinate representation of color #40D20C: hue angle of 104.24º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40D20C is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 64 210 12 -
CMYK 0.70 0 0.94 0.18
HSL 104.24º 0.89% 0.44% -
HSV(B) 104.24º 0.94% 0.82% -
XYZ 25.23 47.21 8.13 -
YUV 143.77 53.63 71.1 -
System Red Green Blue C M Y K H S L
Decimal 64 210 12 0.70 0 0.94 0.18 104.24 0.89 0.44
Hex 40 D2 C 46 0 5E 12 68 59 2C
Octal 100 322 14 106 0 136 22 150 131 54
Binary 1000000 11010010 1100 1000110 0 1011110 10010 1101000 1011001 101100

Color Harmonies of #40D20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40D20C

Black with #40D20C

Text Example


Text Example

White with #40D20C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,210,12); }

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

background-color css

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

 a { background-color: rgb(64,210,12); }

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

border-color css

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

 span { border-color: rgb(64,210,12); }

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