Html Css Color HEX #40BA50 Fruit Salad

📋 copy color: '#40BA50'

red 64 ◦ green 186 ◦ blue 80

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

Shades of Fruit Salad #40BA50

Tints of Fruit Salad #40BA50

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.36%

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 19.39%
G = 56.36%
B = 24.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#40BA50 (or 0x40BA50) is known color: Fruit Salad. HEX triplet: 40, BA and 50. RGB value is (64,186,80). Sum of RGB (Red+Green+Blue) = 64+186+80=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BA50 is #BF45AF. Grayscale: #898989. Windows color (decimal): -12535216 or 5290560. OLE color: 5290560.

HSL color Cylindrical-coordinate representation of color #40BA50: hue angle of 127.87º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BA50 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 186 80 -
CMYK 0.66 0 0.57 0.27
HSL 127.87º 0.49% 0.49% -
HSV(B) 127.87º 0.66% 0.73% -
XYZ 21.12 36.79 13.58 -
YUV 137.44 95.58 75.62 -
System Red Green Blue C M Y K H S L
Decimal 64 186 80 0.66 0 0.57 0.27 127.87 0.49 0.49
Hex 40 BA 50 42 0 39 1B 80 31 31
Octal 100 272 120 102 0 71 33 200 61 61
Binary 1000000 10111010 1010000 1000010 0 111001 11011 10000000 110001 110001

Color Harmonies of #40BA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BA50

Black with #40BA50

Text Example


Text Example

White with #40BA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,186,80); }

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

background-color css

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

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

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

border-color css

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

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

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