#40B406

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

Shades of Kelly Green #40B406

Tints of Kelly Green #40B406

Color information

#40B406 (or 0x40B406) is unknown color: approx Kelly Green. HEX triplet: 40, B4 and 06. RGB value is (64,180,6). Sum of RGB (Red+Green+Blue) = 64+180+6=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 180 (70.70% from 255 or 72% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 180 - color contains mainly: green. Hex color #40B406 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B406 is #BF4BF9. Grayscale: #7E7E7E. Windows color (decimal): -12536826 or 439360. OLE color: 439360.

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

Color convert

RGB641806-
CMYK0.6400.970.29
HSL100º93.55%36.47%-
HSV(B)100º96.67%70.59%-
XYZ18.4733.755.71-
YUV125.4860.5784.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.6%
GREEN value IS 180 (70.70% from 255) = 72%
BLUE value IS 6 (2.73% from 255) = 2.4%
R=25.6%
G=72%
B=2.4%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6418060.6400.970.2910093.5536.47
Hex40B46400611D645e24
Octal100264610001413514413644
Binary1000000101101001101000000011000011110111001001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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