Html Css Color HEX #50985A Fruit Salad

📋 copy color: '#50985A'

red 80 ◦ green 152 ◦ blue 90

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

Shades of Fruit Salad #50985A

Tints of Fruit Salad #50985A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.2%

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

R = 24.84%
G = 47.2%
B = 27.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#50985A (or 0x50985A) is known color: Fruit Salad. HEX triplet: 50, 98 and 5A. RGB value is (80,152,90). Sum of RGB (Red+Green+Blue) = 80+152+90=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #50985A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50985A is #AF67A5. Grayscale: #7B7B7B. Windows color (decimal): -11495334 or 5937232. OLE color: 5937232.

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

Color convert

RGB 80 152 90 -
CMYK 0.47 0 0.41 0.40
HSL 128.33º 0.31% 0.45% -
HSV(B) 128.33º 0.47% 0.6% -
XYZ 16.38 24.9 13.62 -
YUV 123.4 109.15 97.04 -
System Red Green Blue C M Y K H S L
Decimal 80 152 90 0.47 0 0.41 0.40 128.33 0.31 0.45
Hex 50 98 5A 2F 0 29 28 80 1F 2D
Octal 120 230 132 57 0 51 50 200 37 55
Binary 1010000 10011000 1011010 101111 0 101001 101000 10000000 11111 101101

Color Harmonies of #50985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50985A

Black with #50985A

Text Example


Text Example

White with #50985A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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