Html Css Color HEX #40AE51 Fruit Salad

📋 copy color: '#40AE51'

red 64 ◦ green 174 ◦ blue 81

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

Shades of Fruit Salad #40AE51

Tints of Fruit Salad #40AE51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 25.39%

R = 20.06%
G = 54.55%
B = 25.39%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#40AE51 (or 0x40AE51) is known color: Fruit Salad. HEX triplet: 40, AE and 51. RGB value is (64,174,81). Sum of RGB (Red+Green+Blue) = 64+174+81=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 174 (68.36% from 255 or 54.55% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AE51 is #BF51AE. Grayscale: #828282. Windows color (decimal): -12538287 or 5353024. OLE color: 5353024.

HSL color Cylindrical-coordinate representation of color #40AE51: hue angle of 129.27º 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 #40AE51 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 174 81 -
CMYK 0.63 0 0.53 0.32
HSL 129.27º 0.46% 0.47% -
HSV(B) 129.27º 0.63% 0.68% -
XYZ 18.74 31.96 12.97 -
YUV 130.51 100.06 80.56 -
System Red Green Blue C M Y K H S L
Decimal 64 174 81 0.63 0 0.53 0.32 129.27 0.46 0.47
Hex 40 AE 51 3F 0 35 20 81 2E 2F
Octal 100 256 121 77 0 65 40 201 56 57
Binary 1000000 10101110 1010001 111111 0 110101 100000 10000001 101110 101111

Color Harmonies of #40AE51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AE51

Black with #40AE51

Text Example


Text Example

White with #40AE51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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