Html Css Color HEX #50A353 Fruit Salad

📋 copy color: '#50A353'

red 80 ◦ green 163 ◦ blue 83

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

Shades of Fruit Salad #50A353

Tints of Fruit Salad #50A353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.46%

R = 24.54%
G = 50%
B = 25.46%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#50A353 (or 0x50A353) is known color: Fruit Salad. HEX triplet: 50, A3 and 53. RGB value is (80,163,83). Sum of RGB (Red+Green+Blue) = 80+163+83=326 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.54% from 326); Green value is 163 (64.06% from 255 or 50% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 163 - color contains mainly: green. Hex color #50A353 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A353 is #AF5CAC. Grayscale: #818181. Windows color (decimal): -11492525 or 5481296. OLE color: 5481296.

HSL color Cylindrical-coordinate representation of color #50A353: hue angle of 122.17º 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 #50A353 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 163 83 -
CMYK 0.51 0 0.49 0.36
HSL 122.17º 0.34% 0.48% -
HSV(B) 122.17º 0.51% 0.64% -
XYZ 17.97 28.52 12.74 -
YUV 129.06 102 93 -
System Red Green Blue C M Y K H S L
Decimal 80 163 83 0.51 0 0.49 0.36 122.17 0.34 0.48
Hex 50 A3 53 33 0 31 24 7A 22 30
Octal 120 243 123 63 0 61 44 172 42 60
Binary 1010000 10100011 1010011 110011 0 110001 100100 1111010 100010 110000

Color Harmonies of #50A353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A353

Black with #50A353

Text Example


Text Example

White with #50A353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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