#40A725

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

Shades of Kelly Green #40A725

Tints of Kelly Green #40A725

Color information

#40A725 (or 0x40A725) is unknown color: approx Kelly Green. HEX triplet: 40, A7 and 25. RGB value is (64,167,37). Sum of RGB (Red+Green+Blue) = 64+167+37=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 167 (65.62% from 255 or 62.31% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 167 - color contains mainly: green. Hex color #40A725 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A725 is #BF58DA. Grayscale: #797979. Windows color (decimal): -12540123 or 2467648. OLE color: 2467648.

HSL color Cylindrical-coordinate representation of color #40A725: hue angle of 107.54º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40A725 is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB6416737-
CMYK0.6200.780.35
HSL107.54º63.73%40%-
HSV(B)107.54º77.84%65.49%-
XYZ16.2728.866.46-
YUV121.3880.3887.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 167 (65.62% from 255) = 62.31%
BLUE value IS 37 (14.84% from 255) = 13.81%
R=23.88%
G=62.31%
B=13.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal64167370.6200.780.35107.5463.7340
Hex40A7253E04E236c4028
Octal100247457601164315410050
Binary1000000101001111001011111100100111010001111011001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,167,37); }

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

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

 a { background-color: rgb(64,167,37); }

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

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

 span { border-color: rgb(64,167,37); }

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