#40A51F

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

Shades of Kelly Green #40A51F

Tints of Kelly Green #40A51F

Color information

#40A51F (or 0x40A51F) is unknown color: approx Kelly Green. HEX triplet: 40, A5 and 1F. RGB value is (64,165,31). Sum of RGB (Red+Green+Blue) = 64+165+31=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 165 (64.84% from 255 or 63.46% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 165 - color contains mainly: green. Hex color #40A51F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A51F is #BF5AE0. Grayscale: #777777. Windows color (decimal): -12540641 or 2073920. OLE color: 2073920.

HSL color Cylindrical-coordinate representation of color #40A51F: hue angle of 105.22º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40A51F is Cyan = 0.61, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB6416531-
CMYK0.6100.810.35
HSL105.22º68.37%38.43%-
HSV(B)105.22º81.21%64.71%-
XYZ15.8228.15.89-
YUV119.5278.0488.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.62%
GREEN value IS 165 (64.84% from 255) = 63.46%
BLUE value IS 31 (12.5% from 255) = 11.92%
R=24.62%
G=63.46%
B=11.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal64165310.6100.810.35105.2268.3738.43
Hex40A51F3D05123694426
Octal100245377501214315110446
Binary100000010100101111111111010101000110001111010011000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A51F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,165,31); }

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

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

 a { background-color: rgb(64,165,31); }

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

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

 span { border-color: rgb(64,165,31); }

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