Html Css Color HEX #50AC5B Fruit Salad

📋 copy color: '#50AC5B'

red 80 ◦ green 172 ◦ blue 91

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

Shades of Fruit Salad #50AC5B

Tints of Fruit Salad #50AC5B

RGB

 RED value IS 80 (31.64% from 255) = 23.32%

 GREEN value IS 172 (67.58% from 255) = 50.15%

 BLUE value IS 91 (35.94% from 255) = 26.53%

R = 23.32%
G = 50.15%
B = 26.53%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#50AC5B (or 0x50AC5B) is known color: Fruit Salad. HEX triplet: 50, AC and 5B. RGB value is (80,172,91). Sum of RGB (Red+Green+Blue) = 80+172+91=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 172 (67.58% from 255 or 50.15% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AC5B is #AF53A4. Grayscale: #878787. Windows color (decimal): -11490213 or 6007888. OLE color: 6007888.

HSL color Cylindrical-coordinate representation of color #50AC5B: hue angle of 127.17º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50AC5B is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 172 91 -
CMYK 0.53 0 0.47 0.33
HSL 127.17º 0.37% 0.49% -
HSV(B) 127.17º 0.53% 0.67% -
XYZ 19.95 31.97 15.02 -
YUV 135.26 103.02 88.59 -
System Red Green Blue C M Y K H S L
Decimal 80 172 91 0.53 0 0.47 0.33 127.17 0.37 0.49
Hex 50 AC 5B 35 0 2F 21 7F 25 31
Octal 120 254 133 65 0 57 41 177 45 61
Binary 1010000 10101100 1011011 110101 0 101111 100001 1111111 100101 110001

Color Harmonies of #50AC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AC5B

Black with #50AC5B

Text Example


Text Example

White with #50AC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50AC5B; }

 p { color: rgb(80,172,91); }

 H1.HeaderClassName
 {
   color: #50AC5B;
 }
 .AnyTagClassName
 {
   color: #50AC5B;
 }
</style>

background-color css

<style>
 a { background-color: #50AC5B; }

 a { background-color: rgb(80,172,91); }

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

border-color css

<style>
 span { border-color: #50AC5B; }

 span { border-color: rgb(80,172,91); }

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