Html Css Color HEX #50984E Fruit Salad

📋 copy color: '#50984E'

red 80 ◦ green 152 ◦ blue 78

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

Shades of Fruit Salad #50984E

Tints of Fruit Salad #50984E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.16%

R = 25.81%
G = 49.03%
B = 25.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#50984E (or 0x50984E) is known color: Fruit Salad. HEX triplet: 50, 98 and 4E. RGB value is (80,152,78). Sum of RGB (Red+Green+Blue) = 80+152+78=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #50984E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50984E is #AF67B1. Grayscale: #7A7A7A. Windows color (decimal): -11495346 or 5150800. OLE color: 5150800.

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

Color convert

RGB 80 152 78 -
CMYK 0.47 0 0.49 0.40
HSL 118.38º 0.32% 0.45% -
HSV(B) 118.38º 0.49% 0.6% -
XYZ 15.91 24.71 11.14 -
YUV 122.04 103.15 98.02 -
System Red Green Blue C M Y K H S L
Decimal 80 152 78 0.47 0 0.49 0.40 118.38 0.32 0.45
Hex 50 98 4E 2F 0 31 28 76 20 2D
Octal 120 230 116 57 0 61 50 166 40 55
Binary 1010000 10011000 1001110 101111 0 110001 101000 1110110 100000 101101

Color Harmonies of #50984E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50984E

Black with #50984E

Text Example


Text Example

White with #50984E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50984E; }

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

 H1.HeaderClassName
 {
   color: #50984E;
 }
 .AnyTagClassName
 {
   color: #50984E;
 }
</style>

background-color css

<style>
 a { background-color: #50984E; }

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

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

border-color css

<style>
 span { border-color: #50984E; }

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

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