Html Css Color HEX #40AC4E Fruit Salad

📋 copy color: '#40AC4E'

red 64 ◦ green 172 ◦ blue 78

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

Shades of Fruit Salad #40AC4E

Tints of Fruit Salad #40AC4E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.78%

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

R = 20.38%
G = 54.78%
B = 24.84%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#40AC4E (or 0x40AC4E) is known color: Fruit Salad. HEX triplet: 40, AC and 4E. RGB value is (64,172,78). Sum of RGB (Red+Green+Blue) = 64+172+78=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AC4E is #BF53B1. Grayscale: #818181. Windows color (decimal): -12538802 or 5155904. OLE color: 5155904.

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

Color convert

RGB 64 172 78 -
CMYK 0.63 0 0.55 0.33
HSL 127.78º 0.46% 0.46% -
HSV(B) 127.78º 0.63% 0.67% -
XYZ 18.24 31.15 12.26 -
YUV 128.99 99.22 81.64 -
System Red Green Blue C M Y K H S L
Decimal 64 172 78 0.63 0 0.55 0.33 127.78 0.46 0.46
Hex 40 AC 4E 3F 0 37 21 80 2E 2E
Octal 100 254 116 77 0 67 41 200 56 56
Binary 1000000 10101100 1001110 111111 0 110111 100001 10000000 101110 101110

Color Harmonies of #40AC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AC4E

Black with #40AC4E

Text Example


Text Example

White with #40AC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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