Html Css Color HEX #50A45E Fruit Salad

📋 copy color: '#50A45E'

red 80 ◦ green 164 ◦ blue 94

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

Shades of Fruit Salad #50A45E

Tints of Fruit Salad #50A45E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 48.52%

 BLUE value IS 94 (37.11% from 255) = 27.81%

R = 23.67%
G = 48.52%
B = 27.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#50A45E (or 0x50A45E) is known color: Fruit Salad. HEX triplet: 50, A4 and 5E. RGB value is (80,164,94). Sum of RGB (Red+Green+Blue) = 80+164+94=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 164 (64.45% from 255 or 48.52% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 164 - color contains mainly: green. Hex color #50A45E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A45E is #AF5BA1. Grayscale: #838383. Windows color (decimal): -11492258 or 6202448. OLE color: 6202448.

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

Color convert

RGB 80 164 94 -
CMYK 0.51 0 0.43 0.36
HSL 130º 0.34% 0.48% -
HSV(B) 130º 0.51% 0.64% -
XYZ 18.6 29.06 15.22 -
YUV 130.9 107.17 91.69 -
System Red Green Blue C M Y K H S L
Decimal 80 164 94 0.51 0 0.43 0.36 130 0.34 0.48
Hex 50 A4 5E 33 0 2B 24 82 22 30
Octal 120 244 136 63 0 53 44 202 42 60
Binary 1010000 10100100 1011110 110011 0 101011 100100 10000010 100010 110000

Color Harmonies of #50A45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A45E

Black with #50A45E

Text Example


Text Example

White with #50A45E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,164,94); }

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

background-color css

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

 a { background-color: rgb(80,164,94); }

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

border-color css

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

 span { border-color: rgb(80,164,94); }

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