Html Css Color HEX #50A357 Fruit Salad

📋 copy color: '#50A357'

red 80 ◦ green 163 ◦ blue 87

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

Shades of Fruit Salad #50A357

Tints of Fruit Salad #50A357

RGB

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

 GREEN value IS 163 (64.06% from 255) = 49.39%

 BLUE value IS 87 (34.38% from 255) = 26.36%

R = 24.24%
G = 49.39%
B = 26.36%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#50A357 (or 0x50A357) is known color: Fruit Salad. HEX triplet: 50, A3 and 57. RGB value is (80,163,87). Sum of RGB (Red+Green+Blue) = 80+163+87=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 163 (64.06% from 255 or 49.39% from 330); Blue value is 87 (34.38% from 255 or 26.36% from 330); Max value from RGB is 163 - color contains mainly: green. Hex color #50A357 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A357 is #AF5CA8. Grayscale: #818181. Windows color (decimal): -11492521 or 5743440. OLE color: 5743440.

HSL color Cylindrical-coordinate representation of color #50A357: hue angle of 125.06º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50A357 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 163 87 -
CMYK 0.51 0 0.47 0.36
HSL 125.06º 0.34% 0.48% -
HSV(B) 125.06º 0.51% 0.64% -
XYZ 18.13 28.59 13.58 -
YUV 129.52 104 92.68 -
System Red Green Blue C M Y K H S L
Decimal 80 163 87 0.51 0 0.47 0.36 125.06 0.34 0.48
Hex 50 A3 57 33 0 2F 24 7D 22 30
Octal 120 243 127 63 0 57 44 175 42 60
Binary 1010000 10100011 1010111 110011 0 101111 100100 1111101 100010 110000

Color Harmonies of #50A357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A357

Black with #50A357

Text Example


Text Example

White with #50A357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,163,87); }

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

background-color css

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

 a { background-color: rgb(80,163,87); }

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

border-color css

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

 span { border-color: rgb(80,163,87); }

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