Html Css Color HEX #50A154 Fruit Salad

📋 copy color: '#50A154'

red 80 ◦ green 161 ◦ blue 84

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

Shades of Fruit Salad #50A154

Tints of Fruit Salad #50A154

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.54%

 BLUE value IS 84 (33.2% from 255) = 25.85%

R = 24.62%
G = 49.54%
B = 25.85%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#50A154 (or 0x50A154) is known color: Fruit Salad. HEX triplet: 50, A1 and 54. RGB value is (80,161,84). Sum of RGB (Red+Green+Blue) = 80+161+84=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #50A154 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A154 is #AF5EAB. Grayscale: #808080. Windows color (decimal): -11493036 or 5546320. OLE color: 5546320.

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

Color convert

RGB 80 161 84 -
CMYK 0.50 0 0.48 0.37
HSL 122.96º 0.34% 0.47% -
HSV(B) 122.96º 0.5% 0.63% -
XYZ 17.65 27.84 12.83 -
YUV 128 103.16 93.76 -
System Red Green Blue C M Y K H S L
Decimal 80 161 84 0.50 0 0.48 0.37 122.96 0.34 0.47
Hex 50 A1 54 32 0 30 25 7B 22 2F
Octal 120 241 124 62 0 60 45 173 42 57
Binary 1010000 10100001 1010100 110010 0 110000 100101 1111011 100010 101111

Color Harmonies of #50A154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A154

Black with #50A154

Text Example


Text Example

White with #50A154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,161,84); }

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

background-color css

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

 a { background-color: rgb(80,161,84); }

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

border-color css

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

 span { border-color: rgb(80,161,84); }

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