Html Css Color HEX #40A840 Fruit Salad

📋 copy color: '#40A840'

red 64 ◦ green 168 ◦ blue 64

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

Shades of Fruit Salad #40A840

Tints of Fruit Salad #40A840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.62%

R = 21.62%
G = 56.76%
B = 21.62%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#40A840 (or 0x40A840) is known color: Fruit Salad. HEX triplet: 40, A8 and 40. RGB value is (64,168,64). Sum of RGB (Red+Green+Blue) = 64+168+64=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 168 (66.02% from 255 or 56.76% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 168 - color contains mainly: green. Hex color #40A840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A840 is #BF57BF. Grayscale: #7D7D7D. Windows color (decimal): -12539840 or 4237376. OLE color: 4237376.

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

Color convert

RGB 64 168 64 -
CMYK 0.62 0 0.62 0.34
HSL 120º 0.45% 0.45% -
HSV(B) 120º 0.62% 0.66% -
XYZ 17.04 29.47 9.64 -
YUV 125.05 93.54 84.46 -
System Red Green Blue C M Y K H S L
Decimal 64 168 64 0.62 0 0.62 0.34 120 0.45 0.45
Hex 40 A8 40 3E 0 3E 22 78 2D 2D
Octal 100 250 100 76 0 76 42 170 55 55
Binary 1000000 10101000 1000000 111110 0 111110 100010 1111000 101101 101101

Color Harmonies of #40A840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A840

Black with #40A840

Text Example


Text Example

White with #40A840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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