Html Css Color HEX #50954A Fruit Salad

📋 copy color: '#50954A'

red 80 ◦ green 149 ◦ blue 74

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

Shades of Fruit Salad #50954A

Tints of Fruit Salad #50954A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.17%

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

R = 26.4%
G = 49.17%
B = 24.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#50954A (or 0x50954A) is known color: Fruit Salad. HEX triplet: 50, 95 and 4A. RGB value is (80,149,74). Sum of RGB (Red+Green+Blue) = 80+149+74=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #50954A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50954A is #AF6AB5. Grayscale: #787878. Windows color (decimal): -11496118 or 4887888. OLE color: 4887888.

HSL color Cylindrical-coordinate representation of color #50954A: hue angle of 115.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50954A is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 149 74 -
CMYK 0.46 0 0.50 0.42
HSL 115.2º 0.34% 0.44% -
HSV(B) 115.2º 0.5% 0.58% -
XYZ 15.29 23.69 10.25 -
YUV 119.82 102.14 99.6 -
System Red Green Blue C M Y K H S L
Decimal 80 149 74 0.46 0 0.50 0.42 115.2 0.34 0.44
Hex 50 95 4A 2E 0 32 2A 73 22 2C
Octal 120 225 112 56 0 62 52 163 42 54
Binary 1010000 10010101 1001010 101110 0 110010 101010 1110011 100010 101100

Color Harmonies of #50954A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50954A

Black with #50954A

Text Example


Text Example

White with #50954A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50954A; }

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

 H1.HeaderClassName
 {
   color: #50954A;
 }
 .AnyTagClassName
 {
   color: #50954A;
 }
</style>

background-color css

<style>
 a { background-color: #50954A; }

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

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

border-color css

<style>
 span { border-color: #50954A; }

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

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