Html Css Color HEX #50A847 Fruit Salad

📋 copy color: '#50A847'

red 80 ◦ green 168 ◦ blue 71

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

Shades of Fruit Salad #50A847

Tints of Fruit Salad #50A847

RGB

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

 GREEN value IS 168 (66.02% from 255) = 52.66%

 BLUE value IS 71 (28.13% from 255) = 22.26%

R = 25.08%
G = 52.66%
B = 22.26%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#50A847 (or 0x50A847) is known color: Fruit Salad. HEX triplet: 50, A8 and 47. RGB value is (80,168,71). Sum of RGB (Red+Green+Blue) = 80+168+71=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 168 (66.02% from 255 or 52.66% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 168 - color contains mainly: green. Hex color #50A847 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A847 is #AF57B8. Grayscale: #828282. Windows color (decimal): -11491257 or 4696144. OLE color: 4696144.

HSL color Cylindrical-coordinate representation of color #50A847: hue angle of 114.43º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50A847 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB 80 168 71 -
CMYK 0.52 0 0.58 0.34
HSL 114.43º 0.41% 0.47% -
HSV(B) 114.43º 0.58% 0.66% -
XYZ 18.45 30.17 10.81 -
YUV 130.63 94.35 91.89 -
System Red Green Blue C M Y K H S L
Decimal 80 168 71 0.52 0 0.58 0.34 114.43 0.41 0.47
Hex 50 A8 47 34 0 3A 22 72 29 2F
Octal 120 250 107 64 0 72 42 162 51 57
Binary 1010000 10101000 1000111 110100 0 111010 100010 1110010 101001 101111

Color Harmonies of #50A847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A847

Black with #50A847

Text Example


Text Example

White with #50A847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,168,71); }

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

background-color css

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

 a { background-color: rgb(80,168,71); }

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

border-color css

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

 span { border-color: rgb(80,168,71); }

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