#40B50C

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

Shades of Kelly Green #40B50C

Tints of Kelly Green #40B50C

Color information

#40B50C (or 0x40B50C) is unknown color: approx Kelly Green. HEX triplet: 40, B5 and 0C. RGB value is (64,181,12). Sum of RGB (Red+Green+Blue) = 64+181+12=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 181 (71.09% from 255 or 70.43% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 181 - color contains mainly: green. Hex color #40B50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40B50C is #BF4AF3. Grayscale: #7F7F7F. Windows color (decimal): -12536564 or 832832. OLE color: 832832.

HSL color Cylindrical-coordinate representation of color #40B50C: hue angle of 101.54º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #40B50C is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB6418112-
CMYK0.6500.930.29
HSL101.54º87.56%37.84%-
HSV(B)101.54º93.37%70.98%-
XYZ18.734.165.96-
YUV126.7563.2483.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 181 (71.09% from 255) = 70.43%
BLUE value IS 12 (5.08% from 255) = 4.67%
R=24.90%
G=70.43%
B=4.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64181120.6500.930.29101.5487.5637.84
Hex40B5C4105D1D665826
Octal1002651410101353514613046
Binary10000001011010111001000001010111011110111001101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,181,12); }

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

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

 a { background-color: rgb(64,181,12); }

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

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

 span { border-color: rgb(64,181,12); }

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