Html Css Color HEX #40AE38 Fruit Salad

📋 copy color: '#40AE38'

red 64 ◦ green 174 ◦ blue 56

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

Shades of Fruit Salad #40AE38

Tints of Fruit Salad #40AE38

RGB

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

 GREEN value IS 174 (68.36% from 255) = 59.18%

 BLUE value IS 56 (22.27% from 255) = 19.05%

R = 21.77%
G = 59.18%
B = 19.05%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#40AE38 (or 0x40AE38) is known color: Fruit Salad. HEX triplet: 40, AE and 38. RGB value is (64,174,56). Sum of RGB (Red+Green+Blue) = 64+174+56=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 174 (68.36% from 255 or 59.18% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AE38 is #BF51C7. Grayscale: #808080. Windows color (decimal): -12538312 or 3714624. OLE color: 3714624.

HSL color Cylindrical-coordinate representation of color #40AE38: hue angle of 115.93º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40AE38 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 174 56 -
CMYK 0.63 0 0.68 0.32
HSL 115.93º 0.51% 0.45% -
HSV(B) 115.93º 0.68% 0.68% -
XYZ 17.96 31.65 8.9 -
YUV 127.66 87.56 82.59 -
System Red Green Blue C M Y K H S L
Decimal 64 174 56 0.63 0 0.68 0.32 115.93 0.51 0.45
Hex 40 AE 38 3F 0 44 20 74 33 2D
Octal 100 256 70 77 0 104 40 164 63 55
Binary 1000000 10101110 111000 111111 0 1000100 100000 1110100 110011 101101

Color Harmonies of #40AE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AE38

Black with #40AE38

Text Example


Text Example

White with #40AE38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,174,56); }

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

background-color css

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

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

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

border-color css

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

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

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