#40B418

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

Shades of Kelly Green #40B418

Tints of Kelly Green #40B418

Color information

#40B418 (or 0x40B418) is unknown color: approx Kelly Green. HEX triplet: 40, B4 and 18. RGB value is (64,180,24). Sum of RGB (Red+Green+Blue) = 64+180+24=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 180 (70.70% from 255 or 67.16% from 268); Blue value is 24 (9.77% from 255 or 8.96% from 268); Max value from RGB is 180 - color contains mainly: green. Hex color #40B418 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B418 is #BF4BE7. Grayscale: #808080. Windows color (decimal): -12536808 or 1619008. OLE color: 1619008.

HSL color Cylindrical-coordinate representation of color #40B418: hue angle of 104.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40B418 is Cyan = 0.64, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB6418024-
CMYK0.6400.870.29
HSL104.62º76.47%40%-
HSV(B)104.62º86.67%70.59%-
XYZ18.633.86.41-
YUV127.5369.5782.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 180 (70.70% from 255) = 67.16%
BLUE value IS 24 (9.77% from 255) = 8.96%
R=23.88%
G=67.16%
B=8.96%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64180240.6400.870.29104.6276.4740
Hex40B418400571D694c28
Octal1002643010001273515111450
Binary100000010110100110001000000010101111110111010011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,180,24); }

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

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

 a { background-color: rgb(64,180,24); }

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

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

 span { border-color: rgb(64,180,24); }

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