Html Css Color HEX #40AA25 Kelly Green

📋 copy color: '#40AA25'

red 64 ◦ green 170 ◦ blue 37

#40AA25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #40AA25

Tints of Kelly Green #40AA25

RGB

 RED value IS 64 (25.39% from 255) = 23.62%

 GREEN value IS 170 (66.8% from 255) = 62.73%

 BLUE value IS 37 (14.84% from 255) = 13.65%

R = 23.62%
G = 62.73%
B = 13.65%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#40AA25 (or 0x40AA25) is known color: Kelly Green. HEX triplet: 40, AA and 25. RGB value is (64,170,37). Sum of RGB (Red+Green+Blue) = 64+170+37=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 170 (66.80% from 255 or 62.73% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA25 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AA25 is #BF55DA. Grayscale: #7B7B7B. Windows color (decimal): -12539355 or 2468416. OLE color: 2468416.

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

Color convert

RGB 64 170 37 -
CMYK 0.62 0 0.78 0.33
HSL 107.82º 0.64% 0.41% -
HSV(B) 107.82º 0.78% 0.67% -
XYZ 16.82 29.97 6.65 -
YUV 123.14 79.38 85.81 -
System Red Green Blue C M Y K H S L
Decimal 64 170 37 0.62 0 0.78 0.33 107.82 0.64 0.41
Hex 40 AA 25 3E 0 4E 21 6C 40 29
Octal 100 252 45 76 0 116 41 154 100 51
Binary 1000000 10101010 100101 111110 0 1001110 100001 1101100 1000000 101001

Color Harmonies of #40AA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AA25

Black with #40AA25

Text Example


Text Example

White with #40AA25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40AA25;
 }
 .AnyTagClassName
 {
   color: #40AA25;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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