#40C50C

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

Shades of Kelly Green #40C50C

Tints of Kelly Green #40C50C

Color information

#40C50C (or 0x40C50C) is unknown color: approx Kelly Green. HEX triplet: 40, C5 and 0C. RGB value is (64,197,12). Sum of RGB (Red+Green+Blue) = 64+197+12=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 197 (77.34% from 255 or 72.16% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 197 - color contains mainly: green. Hex color #40C50C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #40C50C is #BF3AF3. Grayscale: #888888. Windows color (decimal): -12532468 or 836928. OLE color: 836928.

HSL color Cylindrical-coordinate representation of color #40C50C: hue angle of 103.14º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #40C50C is Cyan = 0.68, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB6419712-
CMYK0.6800.940.23
HSL103.14º88.52%40.98%-
HSV(B)103.14º93.91%77.25%-
XYZ22.1541.057.1-
YUV136.1457.9476.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 197 (77.34% from 255) = 72.16%
BLUE value IS 12 (5.08% from 255) = 4.40%
R=23.44%
G=72.16%
B=4.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal64197120.6800.940.23103.1488.5240.98
Hex40C5C4405E17675929
Octal1003051410401362714713151
Binary10000001100010111001000100010111101011111001111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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