#40a500

Color #40A500 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #40A500

Tints of Kelly Green #40A500

Color information

#40A500 (or 0x40A500) is unknown color: approx Kelly Green. HEX triplet: 40, A5 and 00. RGB value is (64,165,0). Sum of RGB (Red+Green+Blue) = 64+165+0=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 165 (64.84% from 255 or 72.05% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 165 - color contains mainly: green. Hex color #40A500 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40A500 is #BF5AFF. Grayscale: #747474. Windows color (decimal): -12540672 or 42304. OLE color: 42304.

HSL color Cylindrical-coordinate representation of color #40A500: hue angle of 96.73º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #40A500 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.

Color convert

RGB641650-
CMYK0.61010.35
HSL96.73º100%32.35%-
HSV(B)96.73º100%64.71%-
XYZ15.57284.58-
YUV115.9962.5490.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.95%
GREEN value IS 165 (64.84% from 255) = 72.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=27.95%
G=72.05%
B=0%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6416500.61010.3596.7310032.35
Hex40A503D06423616420
Octal10024507501444314114440
Binary10000001010010101111010110010010001111000011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40a500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,165,0); }

 H1.HeaderClassName
 {
   color: #40a500;
 }
 .AnyTagClassName
 {
   color: #40a500;
 }
</style>
background-color css

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

 a { background-color: rgb(64,165,0); }

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

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

 span { border-color: rgb(64,165,0); }

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