Html Css Color HEX #50A546 Fruit Salad

📋 copy color: '#50A546'

red 80 ◦ green 165 ◦ blue 70

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

Shades of Fruit Salad #50A546

Tints of Fruit Salad #50A546

RGB

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

 GREEN value IS 165 (64.84% from 255) = 52.38%

 BLUE value IS 70 (27.73% from 255) = 22.22%

R = 25.4%
G = 52.38%
B = 22.22%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#50A546 (or 0x50A546) is known color: Fruit Salad. HEX triplet: 50, A5 and 46. RGB value is (80,165,70). Sum of RGB (Red+Green+Blue) = 80+165+70=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 70 (27.73% from 255 or 22.22% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #50A546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A546 is #AF5AB9. Grayscale: #818181. Windows color (decimal): -11492026 or 4629840. OLE color: 4629840.

HSL color Cylindrical-coordinate representation of color #50A546: hue angle of 113.68º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50A546 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 165 70 -
CMYK 0.52 0 0.58 0.35
HSL 113.68º 0.4% 0.46% -
HSV(B) 113.68º 0.58% 0.65% -
XYZ 17.87 29.06 10.46 -
YUV 128.76 94.84 93.22 -
System Red Green Blue C M Y K H S L
Decimal 80 165 70 0.52 0 0.58 0.35 113.68 0.4 0.46
Hex 50 A5 46 34 0 3A 23 72 28 2E
Octal 120 245 106 64 0 72 43 162 50 56
Binary 1010000 10100101 1000110 110100 0 111010 100011 1110010 101000 101110

Color Harmonies of #50A546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A546

Black with #50A546

Text Example


Text Example

White with #50A546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,165,70); }

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

background-color css

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

 a { background-color: rgb(80,165,70); }

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

border-color css

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

 span { border-color: rgb(80,165,70); }

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