#40B310

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

Shades of Kelly Green #40B310

Tints of Kelly Green #40B310

Color information

#40B310 (or 0x40B310) is unknown color: approx Kelly Green. HEX triplet: 40, B3 and 10. RGB value is (64,179,16). Sum of RGB (Red+Green+Blue) = 64+179+16=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 179 (70.31% from 255 or 69.11% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 179 - color contains mainly: green. Hex color #40B310 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B310 is #BF4CEF. Grayscale: #7E7E7E. Windows color (decimal): -12537072 or 1094464. OLE color: 1094464.

HSL color Cylindrical-coordinate representation of color #40B310: hue angle of 102.33º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #40B310 is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB6417916-
CMYK0.6400.910.30
HSL102.33º83.59%38.24%-
HSV(B)102.33º91.06%70.2%-
XYZ18.3333.375.96-
YUV126.0365.983.75-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 179 (70.31% from 255) = 69.11%
BLUE value IS 16 (6.64% from 255) = 6.18%
R=24.71%
G=69.11%
B=6.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal64179160.6400.910.30102.3383.5938.24
Hex40B3104005B1E665426
Octal1002632010001333614612446
Binary100000010110011100001000000010110111111011001101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,179,16); }

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

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

 a { background-color: rgb(64,179,16); }

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

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

 span { border-color: rgb(64,179,16); }

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