#40C61A

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

Shades of Kelly Green #40C61A

Tints of Kelly Green #40C61A

Color information

#40C61A (or 0x40C61A) is unknown color: approx Kelly Green. HEX triplet: 40, C6 and 1A. RGB value is (64,198,26). Sum of RGB (Red+Green+Blue) = 64+198+26=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 198 (77.73% from 255 or 68.75% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 198 - color contains mainly: green. Hex color #40C61A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C61A is #BF39E5. Grayscale: #8A8A8A. Windows color (decimal): -12532198 or 1754688. OLE color: 1754688.

HSL color Cylindrical-coordinate representation of color #40C61A: hue angle of 106.74º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40C61A is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB6419826-
CMYK0.6800.870.22
HSL106.74º76.79%43.92%-
HSV(B)106.74º86.87%77.65%-
XYZ22.4941.557.81-
YUV138.3364.6174.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 198 (77.73% from 255) = 68.75%
BLUE value IS 26 (10.55% from 255) = 9.03%
R=22.22%
G=68.75%
B=9.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal64198260.6800.870.22106.7476.7943.92
Hex40C61A44057166b4d2c
Octal1003063210401272615311554
Binary100000011000110110101000100010101111011011010111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40C61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,198,26); }

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

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

 a { background-color: rgb(64,198,26); }

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

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

 span { border-color: rgb(64,198,26); }

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