Html Css Color HEX #50974B Fruit Salad

📋 copy color: '#50974B'

red 80 ◦ green 151 ◦ blue 75

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

Shades of Fruit Salad #50974B

Tints of Fruit Salad #50974B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.35%

 BLUE value IS 75 (29.69% from 255) = 24.51%

R = 26.14%
G = 49.35%
B = 24.51%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.50

 K value IS 0.41

RGB Variations

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

Color information

#50974B (or 0x50974B) is known color: Fruit Salad. HEX triplet: 50, 97 and 4B. RGB value is (80,151,75). Sum of RGB (Red+Green+Blue) = 80+151+75=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #50974B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50974B is #AF68B4. Grayscale: #797979. Windows color (decimal): -11495605 or 4953936. OLE color: 4953936.

HSL color Cylindrical-coordinate representation of color #50974B: hue angle of 116.05º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50974B is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 75 -
CMYK 0.47 0 0.50 0.41
HSL 116.05º 0.34% 0.44% -
HSV(B) 116.05º 0.5% 0.59% -
XYZ 15.64 24.35 10.53 -
YUV 121.11 101.98 98.68 -
System Red Green Blue C M Y K H S L
Decimal 80 151 75 0.47 0 0.50 0.41 116.05 0.34 0.44
Hex 50 97 4B 2F 0 32 29 74 22 2C
Octal 120 227 113 57 0 62 51 164 42 54
Binary 1010000 10010111 1001011 101111 0 110010 101001 1110100 100010 101100

Color Harmonies of #50974B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50974B

Black with #50974B

Text Example


Text Example

White with #50974B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50974B; }

 p { color: rgb(80,151,75); }

 H1.HeaderClassName
 {
   color: #50974B;
 }
 .AnyTagClassName
 {
   color: #50974B;
 }
</style>

background-color css

<style>
 a { background-color: #50974B; }

 a { background-color: rgb(80,151,75); }

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

border-color css

<style>
 span { border-color: #50974B; }

 span { border-color: rgb(80,151,75); }

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