Html Css Color HEX #50975A Fruit Salad

📋 copy color: '#50975A'

red 80 ◦ green 151 ◦ blue 90

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

Shades of Fruit Salad #50975A

Tints of Fruit Salad #50975A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.04%

R = 24.92%
G = 47.04%
B = 28.04%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#50975A (or 0x50975A) is known color: Fruit Salad. HEX triplet: 50, 97 and 5A. RGB value is (80,151,90). Sum of RGB (Red+Green+Blue) = 80+151+90=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 151 - color contains mainly: green. Hex color #50975A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50975A is #AF68A5. Grayscale: #7A7A7A. Windows color (decimal): -11495590 or 5936976. OLE color: 5936976.

HSL color Cylindrical-coordinate representation of color #50975A: hue angle of 128.45º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50975A is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 151 90 -
CMYK 0.47 0 0.40 0.41
HSL 128.45º 0.31% 0.45% -
HSV(B) 128.45º 0.47% 0.59% -
XYZ 16.22 24.58 13.56 -
YUV 122.82 109.48 97.46 -
System Red Green Blue C M Y K H S L
Decimal 80 151 90 0.47 0 0.40 0.41 128.45 0.31 0.45
Hex 50 97 5A 2F 0 28 29 80 1F 2D
Octal 120 227 132 57 0 50 51 200 37 55
Binary 1010000 10010111 1011010 101111 0 101000 101001 10000000 11111 101101

Color Harmonies of #50975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50975A

Black with #50975A

Text Example


Text Example

White with #50975A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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