Html Css Color HEX #40A84E Fruit Salad

📋 copy color: '#40A84E'

red 64 ◦ green 168 ◦ blue 78

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

Shades of Fruit Salad #40A84E

Tints of Fruit Salad #40A84E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 54.19%

 BLUE value IS 78 (30.86% from 255) = 25.16%

R = 20.65%
G = 54.19%
B = 25.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#40A84E (or 0x40A84E) is known color: Fruit Salad. HEX triplet: 40, A8 and 4E. RGB value is (64,168,78). Sum of RGB (Red+Green+Blue) = 64+168+78=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 168 (66.02% from 255 or 54.19% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 168 - color contains mainly: green. Hex color #40A84E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A84E is #BF57B1. Grayscale: #7E7E7E. Windows color (decimal): -12539826 or 5154880. OLE color: 5154880.

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

Color convert

RGB 64 168 78 -
CMYK 0.62 0 0.54 0.34
HSL 128.08º 0.45% 0.45% -
HSV(B) 128.08º 0.62% 0.66% -
XYZ 17.49 29.65 12.01 -
YUV 126.64 100.54 83.32 -
System Red Green Blue C M Y K H S L
Decimal 64 168 78 0.62 0 0.54 0.34 128.08 0.45 0.45
Hex 40 A8 4E 3E 0 36 22 80 2D 2D
Octal 100 250 116 76 0 66 42 200 55 55
Binary 1000000 10101000 1001110 111110 0 110110 100010 10000000 101101 101101

Color Harmonies of #40A84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A84E

Black with #40A84E

Text Example


Text Example

White with #40A84E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,168,78); }

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

background-color css

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

 a { background-color: rgb(64,168,78); }

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

border-color css

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

 span { border-color: rgb(64,168,78); }

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