Html Css Color HEX #50A04E Fruit Salad

📋 copy color: '#50A04E'

red 80 ◦ green 160 ◦ blue 78

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

Shades of Fruit Salad #50A04E

Tints of Fruit Salad #50A04E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 50.31%

 BLUE value IS 78 (30.86% from 255) = 24.53%

R = 25.16%
G = 50.31%
B = 24.53%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#50A04E (or 0x50A04E) is known color: Fruit Salad. HEX triplet: 50, A0 and 4E. RGB value is (80,160,78). Sum of RGB (Red+Green+Blue) = 80+160+78=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #50A04E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A04E is #AF5FB1. Grayscale: #7E7E7E. Windows color (decimal): -11493298 or 5152848. OLE color: 5152848.

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

Color convert

RGB 80 160 78 -
CMYK 0.5 0 0.51 0.37
HSL 118.54º 0.34% 0.47% -
HSV(B) 118.54º 0.51% 0.63% -
XYZ 17.25 27.4 11.59 -
YUV 126.73 100.5 94.67 -
System Red Green Blue C M Y K H S L
Decimal 80 160 78 0.5 0 0.51 0.37 118.54 0.34 0.47
Hex 50 A0 4E 32 0 33 25 77 22 2F
Octal 120 240 116 62 0 63 45 167 42 57
Binary 1010000 10100000 1001110 110010 0 110011 100101 1110111 100010 101111

Color Harmonies of #50A04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A04E

Black with #50A04E

Text Example


Text Example

White with #50A04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,160,78); }

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

background-color css

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

 a { background-color: rgb(80,160,78); }

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

border-color css

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

 span { border-color: rgb(80,160,78); }

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