Html Css Color HEX #40A94F Fruit Salad

📋 copy color: '#40A94F'

red 64 ◦ green 169 ◦ blue 79

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

Shades of Fruit Salad #40A94F

Tints of Fruit Salad #40A94F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 54.17%

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

R = 20.51%
G = 54.17%
B = 25.32%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.53

 K value IS 0.34

RGB Variations

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

Color information

#40A94F (or 0x40A94F) is known color: Fruit Salad. HEX triplet: 40, A9 and 4F. RGB value is (64,169,79). Sum of RGB (Red+Green+Blue) = 64+169+79=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 169 (66.41% from 255 or 54.17% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 169 - color contains mainly: green. Hex color #40A94F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A94F is #BF56B0. Grayscale: #7F7F7F. Windows color (decimal): -12539569 or 5220672. OLE color: 5220672.

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

Color convert

RGB 64 169 79 -
CMYK 0.62 0 0.53 0.34
HSL 128.57º 0.45% 0.46% -
HSV(B) 128.57º 0.62% 0.66% -
XYZ 17.71 30.03 12.26 -
YUV 127.35 100.71 82.82 -
System Red Green Blue C M Y K H S L
Decimal 64 169 79 0.62 0 0.53 0.34 128.57 0.45 0.46
Hex 40 A9 4F 3E 0 35 22 81 2D 2E
Octal 100 251 117 76 0 65 42 201 55 56
Binary 1000000 10101001 1001111 111110 0 110101 100010 10000001 101101 101110

Color Harmonies of #40A94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A94F

Black with #40A94F

Text Example


Text Example

White with #40A94F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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