Html Css Color HEX #40AA51 Fruit Salad

📋 copy color: '#40AA51'

red 64 ◦ green 170 ◦ blue 81

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

Shades of Fruit Salad #40AA51

Tints of Fruit Salad #40AA51

RGB

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

 GREEN value IS 170 (66.8% from 255) = 53.97%

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

R = 20.32%
G = 53.97%
B = 25.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#40AA51 (or 0x40AA51) is known color: Fruit Salad. HEX triplet: 40, AA and 51. RGB value is (64,170,81). Sum of RGB (Red+Green+Blue) = 64+170+81=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40AA51 is #BF55AE. Grayscale: #808080. Windows color (decimal): -12539311 or 5352000. OLE color: 5352000.

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

Color convert

RGB 64 170 81 -
CMYK 0.62 0 0.52 0.33
HSL 129.62º 0.45% 0.46% -
HSV(B) 129.62º 0.62% 0.67% -
XYZ 17.97 30.43 12.71 -
YUV 128.16 101.38 82.24 -
System Red Green Blue C M Y K H S L
Decimal 64 170 81 0.62 0 0.52 0.33 129.62 0.45 0.46
Hex 40 AA 51 3E 0 34 21 82 2D 2E
Octal 100 252 121 76 0 64 41 202 55 56
Binary 1000000 10101010 1010001 111110 0 110100 100001 10000010 101101 101110

Color Harmonies of #40AA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AA51

Black with #40AA51

Text Example


Text Example

White with #40AA51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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