#40B225

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

Shades of Kelly Green #40B225

Tints of Kelly Green #40B225

Color information

#40B225 (or 0x40B225) is unknown color: approx Kelly Green. HEX triplet: 40, B2 and 25. RGB value is (64,178,37). Sum of RGB (Red+Green+Blue) = 64+178+37=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 178 (69.92% from 255 or 63.80% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 178 - color contains mainly: green. Hex color #40B225 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40B225 is #BF4DDA. Grayscale: #808080. Windows color (decimal): -12537307 or 2470464. OLE color: 2470464.

HSL color Cylindrical-coordinate representation of color #40B225: hue angle of 108.51º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40B225 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB6417837-
CMYK0.6400.790.30
HSL108.51º65.58%42.16%-
HSV(B)108.51º79.21%69.8%-
XYZ18.3733.067.16-
YUV127.8476.7382.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.94%
GREEN value IS 178 (69.92% from 255) = 63.80%
BLUE value IS 37 (14.84% from 255) = 13.26%
R=22.94%
G=63.80%
B=13.26%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal64178370.6400.790.30108.5165.5842.16
Hex40B2254004F1E6d422a
Octal1002624510001173615510252
Binary1000000101100101001011000000010011111111011011011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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