Html Css Color HEX #50954B Fruit Salad

📋 copy color: '#50954B'

red 80 ◦ green 149 ◦ blue 75

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

Shades of Fruit Salad #50954B

Tints of Fruit Salad #50954B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.01%

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

R = 26.32%
G = 49.01%
B = 24.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#50954B (or 0x50954B) is known color: Fruit Salad. HEX triplet: 50, 95 and 4B. RGB value is (80,149,75). Sum of RGB (Red+Green+Blue) = 80+149+75=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 149 (58.59% from 255 or 49.01% from 304); Blue value is 75 (29.69% from 255 or 24.67% from 304); Max value from RGB is 149 - color contains mainly: green. Hex color #50954B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50954B is #AF6AB4. Grayscale: #787878. Windows color (decimal): -11496117 or 4953424. OLE color: 4953424.

HSL color Cylindrical-coordinate representation of color #50954B: hue angle of 115.95º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50954B is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 149 75 -
CMYK 0.46 0 0.50 0.42
HSL 115.95º 0.33% 0.44% -
HSV(B) 115.95º 0.5% 0.58% -
XYZ 15.33 23.71 10.43 -
YUV 119.93 102.64 99.52 -
System Red Green Blue C M Y K H S L
Decimal 80 149 75 0.46 0 0.50 0.42 115.95 0.33 0.44
Hex 50 95 4B 2E 0 32 2A 74 21 2C
Octal 120 225 113 56 0 62 52 164 41 54
Binary 1010000 10010101 1001011 101110 0 110010 101010 1110100 100001 101100

Color Harmonies of #50954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50954B

Black with #50954B

Text Example


Text Example

White with #50954B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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