Html Css Color HEX #40AA4D Fruit Salad

📋 copy color: '#40AA4D'

red 64 ◦ green 170 ◦ blue 77

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

Shades of Fruit Salad #40AA4D

Tints of Fruit Salad #40AA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.76%

R = 20.58%
G = 54.66%
B = 24.76%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#40AA4D (or 0x40AA4D) is known color: Fruit Salad. HEX triplet: 40, AA and 4D. RGB value is (64,170,77). Sum of RGB (Red+Green+Blue) = 64+170+77=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AA4D is #BF55B2. Grayscale: #7F7F7F. Windows color (decimal): -12539315 or 5089856. OLE color: 5089856.

HSL color Cylindrical-coordinate representation of color #40AA4D: hue angle of 127.36º 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 #40AA4D is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 170 77 -
CMYK 0.62 0 0.55 0.33
HSL 127.36º 0.45% 0.46% -
HSV(B) 127.36º 0.62% 0.67% -
XYZ 17.83 30.38 11.94 -
YUV 127.7 99.38 82.56 -
System Red Green Blue C M Y K H S L
Decimal 64 170 77 0.62 0 0.55 0.33 127.36 0.45 0.46
Hex 40 AA 4D 3E 0 37 21 7F 2D 2E
Octal 100 252 115 76 0 67 41 177 55 56
Binary 1000000 10101010 1001101 111110 0 110111 100001 1111111 101101 101110

Color Harmonies of #40AA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AA4D

Black with #40AA4D

Text Example


Text Example

White with #40AA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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