Html Css Color HEX #50A04A Fruit Salad

📋 copy color: '#50A04A'

red 80 ◦ green 160 ◦ blue 74

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

Shades of Fruit Salad #50A04A

Tints of Fruit Salad #50A04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.57%

R = 25.48%
G = 50.96%
B = 23.57%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#50A04A (or 0x50A04A) is known color: Fruit Salad. HEX triplet: 50, A0 and 4A. RGB value is (80,160,74). Sum of RGB (Red+Green+Blue) = 80+160+74=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 160 (62.89% from 255 or 50.96% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 160 - color contains mainly: green. Hex color #50A04A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A04A is #AF5FB5. Grayscale: #7E7E7E. Windows color (decimal): -11493302 or 4890704. OLE color: 4890704.

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

Color convert

RGB 80 160 74 -
CMYK 0.5 0 0.54 0.37
HSL 115.81º 0.37% 0.46% -
HSV(B) 115.81º 0.54% 0.63% -
XYZ 17.12 27.34 10.85 -
YUV 126.28 98.5 94.99 -
System Red Green Blue C M Y K H S L
Decimal 80 160 74 0.5 0 0.54 0.37 115.81 0.37 0.46
Hex 50 A0 4A 32 0 36 25 74 25 2E
Octal 120 240 112 62 0 66 45 164 45 56
Binary 1010000 10100000 1001010 110010 0 110110 100101 1110100 100101 101110

Color Harmonies of #50A04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A04A

Black with #50A04A

Text Example


Text Example

White with #50A04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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