Html Css Color HEX #40AE45 Fruit Salad

📋 copy color: '#40AE45'

red 64 ◦ green 174 ◦ blue 69

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

Shades of Fruit Salad #40AE45

Tints of Fruit Salad #40AE45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.48%

R = 20.85%
G = 56.68%
B = 22.48%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#40AE45 (or 0x40AE45) is known color: Fruit Salad. HEX triplet: 40, AE and 45. RGB value is (64,174,69). Sum of RGB (Red+Green+Blue) = 64+174+69=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AE45 is #BF51BA. Grayscale: #818181. Windows color (decimal): -12538299 or 4566592. OLE color: 4566592.

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

Color convert

RGB 64 174 69 -
CMYK 0.63 0 0.60 0.32
HSL 122.73º 0.46% 0.47% -
HSV(B) 122.73º 0.63% 0.68% -
XYZ 18.32 31.79 10.8 -
YUV 129.14 94.06 81.54 -
System Red Green Blue C M Y K H S L
Decimal 64 174 69 0.63 0 0.60 0.32 122.73 0.46 0.47
Hex 40 AE 45 3F 0 3C 20 7B 2E 2F
Octal 100 256 105 77 0 74 40 173 56 57
Binary 1000000 10101110 1000101 111111 0 111100 100000 1111011 101110 101111

Color Harmonies of #40AE45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AE45

Black with #40AE45

Text Example


Text Example

White with #40AE45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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