Html Css Color HEX #50A94C Fruit Salad

📋 copy color: '#50A94C'

red 80 ◦ green 169 ◦ blue 76

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

Shades of Fruit Salad #50A94C

Tints of Fruit Salad #50A94C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 52%

 BLUE value IS 76 (30.08% from 255) = 23.38%

R = 24.62%
G = 52%
B = 23.38%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#50A94C (or 0x50A94C) is known color: Fruit Salad. HEX triplet: 50, A9 and 4C. RGB value is (80,169,76). Sum of RGB (Red+Green+Blue) = 80+169+76=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 169 (66.41% from 255 or 52% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 169 - color contains mainly: green. Hex color #50A94C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A94C is #AF56B3. Grayscale: #848484. Windows color (decimal): -11490996 or 5024080. OLE color: 5024080.

HSL color Cylindrical-coordinate representation of color #50A94C: hue angle of 117.42º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50A94C is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 80 169 76 -
CMYK 0.53 0 0.55 0.34
HSL 117.42º 0.38% 0.48% -
HSV(B) 117.42º 0.55% 0.66% -
XYZ 18.8 30.6 11.75 -
YUV 131.79 96.51 91.06 -
System Red Green Blue C M Y K H S L
Decimal 80 169 76 0.53 0 0.55 0.34 117.42 0.38 0.48
Hex 50 A9 4C 35 0 37 22 75 26 30
Octal 120 251 114 65 0 67 42 165 46 60
Binary 1010000 10101001 1001100 110101 0 110111 100010 1110101 100110 110000

Color Harmonies of #50A94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A94C

Black with #50A94C

Text Example


Text Example

White with #50A94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50A94C; }

 p { color: rgb(80,169,76); }

 H1.HeaderClassName
 {
   color: #50A94C;
 }
 .AnyTagClassName
 {
   color: #50A94C;
 }
</style>

background-color css

<style>
 a { background-color: #50A94C; }

 a { background-color: rgb(80,169,76); }

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

border-color css

<style>
 span { border-color: #50A94C; }

 span { border-color: rgb(80,169,76); }

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