Html Css Color HEX #40A24F Fruit Salad

📋 copy color: '#40A24F'

red 64 ◦ green 162 ◦ blue 79

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

Shades of Fruit Salad #40A24F

Tints of Fruit Salad #40A24F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 53.11%

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

R = 20.98%
G = 53.11%
B = 25.9%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#40A24F (or 0x40A24F) is known color: Fruit Salad. HEX triplet: 40, A2 and 4F. RGB value is (64,162,79). Sum of RGB (Red+Green+Blue) = 64+162+79=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 162 (63.67% from 255 or 53.11% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 162 - color contains mainly: green. Hex color #40A24F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A24F is #BF5DB0. Grayscale: #7B7B7B. Windows color (decimal): -12541361 or 5218880. OLE color: 5218880.

HSL color Cylindrical-coordinate representation of color #40A24F: hue angle of 129.18º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A24F is Cyan = 0.60, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 162 79 -
CMYK 0.60 0 0.51 0.36
HSL 129.18º 0.43% 0.44% -
HSV(B) 129.18º 0.6% 0.64% -
XYZ 16.45 27.5 11.84 -
YUV 123.24 103.03 85.75 -
System Red Green Blue C M Y K H S L
Decimal 64 162 79 0.60 0 0.51 0.36 129.18 0.43 0.44
Hex 40 A2 4F 3C 0 33 24 81 2B 2C
Octal 100 242 117 74 0 63 44 201 53 54
Binary 1000000 10100010 1001111 111100 0 110011 100100 10000001 101011 101100

Color Harmonies of #40A24F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A24F

Black with #40A24F

Text Example


Text Example

White with #40A24F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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