#40B20F

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

Shades of Kelly Green #40B20F

Tints of Kelly Green #40B20F

Color information

#40B20F (or 0x40B20F) is unknown color: approx Kelly Green. HEX triplet: 40, B2 and 0F. RGB value is (64,178,15). Sum of RGB (Red+Green+Blue) = 64+178+15=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 178 (69.92% from 255 or 69.26% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 178 - color contains mainly: green. Hex color #40B20F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #40B20F is #BF4DF0. Grayscale: #7D7D7D. Windows color (decimal): -12537329 or 1028672. OLE color: 1028672.

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

Color convert

RGB6417815-
CMYK0.6400.920.30
HSL101.96º84.46%37.84%-
HSV(B)101.96º91.57%69.8%-
XYZ18.1232.975.86-
YUV125.3365.7384.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 178 (69.92% from 255) = 69.26%
BLUE value IS 15 (6.25% from 255) = 5.84%
R=24.90%
G=69.26%
B=5.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal64178150.6400.920.30101.9684.4637.84
Hex40B2F4005C1E665426
Octal1002621710001343614612446
Binary10000001011001011111000000010111001111011001101010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,178,15); }

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

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

 a { background-color: rgb(64,178,15); }

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

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

 span { border-color: rgb(64,178,15); }

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