Html Css Color HEX #40AA4F Fruit Salad

📋 copy color: '#40AA4F'

red 64 ◦ green 170 ◦ blue 79

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

Shades of Fruit Salad #40AA4F

Tints of Fruit Salad #40AA4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.24%

R = 20.45%
G = 54.31%
B = 25.24%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#40AA4F (or 0x40AA4F) is known color: Fruit Salad. HEX triplet: 40, AA and 4F. RGB value is (64,170,79). Sum of RGB (Red+Green+Blue) = 64+170+79=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 79 (31.25% from 255 or 25.24% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AA4F is #BF55B0. Grayscale: #808080. Windows color (decimal): -12539313 or 5220928. OLE color: 5220928.

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

Color convert

RGB 64 170 79 -
CMYK 0.62 0 0.54 0.33
HSL 128.49º 0.45% 0.46% -
HSV(B) 128.49º 0.62% 0.67% -
XYZ 17.9 30.4 12.32 -
YUV 127.93 100.38 82.4 -
System Red Green Blue C M Y K H S L
Decimal 64 170 79 0.62 0 0.54 0.33 128.49 0.45 0.46
Hex 40 AA 4F 3E 0 36 21 80 2D 2E
Octal 100 252 117 76 0 66 41 200 55 56
Binary 1000000 10101010 1001111 111110 0 110110 100001 10000000 101101 101110

Color Harmonies of #40AA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AA4F

Black with #40AA4F

Text Example


Text Example

White with #40AA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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