Html Css Color HEX #40B550 Fruit Salad

📋 copy color: '#40B550'

red 64 ◦ green 181 ◦ blue 80

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

Shades of Fruit Salad #40B550

Tints of Fruit Salad #40B550

RGB

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

 GREEN value IS 181 (71.09% from 255) = 55.69%

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

R = 19.69%
G = 55.69%
B = 24.62%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#40B550 (or 0x40B550) is known color: Fruit Salad. HEX triplet: 40, B5 and 50. RGB value is (64,181,80). Sum of RGB (Red+Green+Blue) = 64+181+80=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 181 (71.09% from 255 or 55.69% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 181 - color contains mainly: green. Hex color #40B550 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40B550 is #BF4AAF. Grayscale: #868686. Windows color (decimal): -12536496 or 5289280. OLE color: 5289280.

HSL color Cylindrical-coordinate representation of color #40B550: hue angle of 128.21º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B550 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 181 80 -
CMYK 0.65 0 0.56 0.29
HSL 128.21º 0.48% 0.48% -
HSV(B) 128.21º 0.65% 0.71% -
XYZ 20.09 34.72 13.23 -
YUV 134.5 97.24 77.71 -
System Red Green Blue C M Y K H S L
Decimal 64 181 80 0.65 0 0.56 0.29 128.21 0.48 0.48
Hex 40 B5 50 41 0 38 1D 80 30 30
Octal 100 265 120 101 0 70 35 200 60 60
Binary 1000000 10110101 1010000 1000001 0 111000 11101 10000000 110000 110000

Color Harmonies of #40B550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B550

Black with #40B550

Text Example


Text Example

White with #40B550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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