Html Css Color HEX #50945A Fruit Salad

📋 copy color: '#50945A'

red 80 ◦ green 148 ◦ blue 90

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

Shades of Fruit Salad #50945A

Tints of Fruit Salad #50945A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.54%

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

R = 25.16%
G = 46.54%
B = 28.3%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#50945A (or 0x50945A) is known color: Fruit Salad. HEX triplet: 50, 94 and 5A. RGB value is (80,148,90). Sum of RGB (Red+Green+Blue) = 80+148+90=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 90 (35.55% from 255 or 28.30% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #50945A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50945A is #AF6BA5. Grayscale: #797979. Windows color (decimal): -11496358 or 5936208. OLE color: 5936208.

HSL color Cylindrical-coordinate representation of color #50945A: hue angle of 128.82º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50945A is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 90 -
CMYK 0.46 0 0.39 0.42
HSL 128.82º 0.3% 0.45% -
HSV(B) 128.82º 0.46% 0.58% -
XYZ 15.74 23.62 13.4 -
YUV 121.06 110.47 98.72 -
System Red Green Blue C M Y K H S L
Decimal 80 148 90 0.46 0 0.39 0.42 128.82 0.3 0.45
Hex 50 94 5A 2E 0 27 2A 81 1E 2D
Octal 120 224 132 56 0 47 52 201 36 55
Binary 1010000 10010100 1011010 101110 0 100111 101010 10000001 11110 101101

Color Harmonies of #50945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50945A

Black with #50945A

Text Example


Text Example

White with #50945A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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