Html Css Color HEX #50984B Fruit Salad

📋 copy color: '#50984B'

red 80 ◦ green 152 ◦ blue 75

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

Shades of Fruit Salad #50984B

Tints of Fruit Salad #50984B

RGB

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

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

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

R = 26.06%
G = 49.51%
B = 24.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#50984B (or 0x50984B) is known color: Fruit Salad. HEX triplet: 50, 98 and 4B. RGB value is (80,152,75). Sum of RGB (Red+Green+Blue) = 80+152+75=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #50984B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50984B is #AF67B4. Grayscale: #797979. Windows color (decimal): -11495349 or 4954192. OLE color: 4954192.

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

Color convert

RGB 80 152 75 -
CMYK 0.47 0 0.51 0.40
HSL 116.1º 0.34% 0.45% -
HSV(B) 116.1º 0.51% 0.6% -
XYZ 15.81 24.67 10.59 -
YUV 121.69 101.65 98.26 -
System Red Green Blue C M Y K H S L
Decimal 80 152 75 0.47 0 0.51 0.40 116.1 0.34 0.45
Hex 50 98 4B 2F 0 33 28 74 22 2D
Octal 120 230 113 57 0 63 50 164 42 55
Binary 1010000 10011000 1001011 101111 0 110011 101000 1110100 100010 101101

Color Harmonies of #50984B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50984B

Black with #50984B

Text Example


Text Example

White with #50984B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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