#40B61A

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

Shades of Kelly Green #40B61A

Tints of Kelly Green #40B61A

Color information

#40B61A (or 0x40B61A) is unknown color: approx Kelly Green. HEX triplet: 40, B6 and 1A. RGB value is (64,182,26). Sum of RGB (Red+Green+Blue) = 64+182+26=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 182 (71.48% from 255 or 66.91% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 182 - color contains mainly: green. Hex color #40B61A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B61A is #BF49E5. Grayscale: #818181. Windows color (decimal): -12536294 or 1750592. OLE color: 1750592.

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

Color convert

RGB6418226-
CMYK0.6500.860.29
HSL105.38º75%40.78%-
HSV(B)105.38º85.71%71.37%-
XYZ19.0334.626.66-
YUV128.9369.9181.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 182 (71.48% from 255) = 66.91%
BLUE value IS 26 (10.55% from 255) = 9.56%
R=23.53%
G=66.91%
B=9.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal64182260.6500.860.29105.387540.78
Hex40B61A410561D694b29
Octal1002663210101263515111351
Binary100000010110110110101000001010101101110111010011001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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