Html Css Color HEX #40BB50 Fruit Salad

📋 copy color: '#40BB50'

red 64 ◦ green 187 ◦ blue 80

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

Shades of Fruit Salad #40BB50

Tints of Fruit Salad #40BB50

RGB

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

 GREEN value IS 187 (73.44% from 255) = 56.5%

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

R = 19.34%
G = 56.5%
B = 24.17%

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

#40BB50 (or 0x40BB50) is known color: Fruit Salad. HEX triplet: 40, BB and 50. RGB value is (64,187,80). Sum of RGB (Red+Green+Blue) = 64+187+80=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 187 (73.44% from 255 or 56.50% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40BB50 is #BF44AF. Grayscale: #8A8A8A. Windows color (decimal): -12534960 or 5290816. OLE color: 5290816.

HSL color Cylindrical-coordinate representation of color #40BB50: hue angle of 127.8º 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 #40BB50 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 187 80 -
CMYK 0.66 0 0.57 0.27
HSL 127.8º 0.49% 0.49% -
HSV(B) 127.8º 0.66% 0.73% -
XYZ 21.33 37.21 13.65 -
YUV 138.03 95.25 75.2 -
System Red Green Blue C M Y K H S L
Decimal 64 187 80 0.66 0 0.57 0.27 127.8 0.49 0.49
Hex 40 BB 50 42 0 39 1B 80 31 31
Octal 100 273 120 102 0 71 33 200 61 61
Binary 1000000 10111011 1010000 1000010 0 111001 11011 10000000 110001 110001

Color Harmonies of #40BB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BB50

Black with #40BB50

Text Example


Text Example

White with #40BB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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