Html Css Color HEX #50A341 Fruit Salad

📋 copy color: '#50A341'

red 80 ◦ green 163 ◦ blue 65

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

Shades of Fruit Salad #50A341

Tints of Fruit Salad #50A341

RGB

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

 GREEN value IS 163 (64.06% from 255) = 52.92%

 BLUE value IS 65 (25.78% from 255) = 21.1%

R = 25.97%
G = 52.92%
B = 21.1%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#50A341 (or 0x50A341) is known color: Fruit Salad. HEX triplet: 50, A3 and 41. RGB value is (80,163,65). Sum of RGB (Red+Green+Blue) = 80+163+65=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 163 (64.06% from 255 or 52.92% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 163 - color contains mainly: green. Hex color #50A341 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A341 is #AF5CBE. Grayscale: #7F7F7F. Windows color (decimal): -11492543 or 4301648. OLE color: 4301648.

HSL color Cylindrical-coordinate representation of color #50A341: hue angle of 110.82º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50A341 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 163 65 -
CMYK 0.51 0 0.60 0.36
HSL 110.82º 0.43% 0.45% -
HSV(B) 110.82º 0.6% 0.64% -
XYZ 17.36 28.28 9.54 -
YUV 127.01 93 94.47 -
System Red Green Blue C M Y K H S L
Decimal 80 163 65 0.51 0 0.60 0.36 110.82 0.43 0.45
Hex 50 A3 41 33 0 3C 24 6F 2B 2D
Octal 120 243 101 63 0 74 44 157 53 55
Binary 1010000 10100011 1000001 110011 0 111100 100100 1101111 101011 101101

Color Harmonies of #50A341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A341

Black with #50A341

Text Example


Text Example

White with #50A341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,163,65); }

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

background-color css

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

 a { background-color: rgb(80,163,65); }

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

border-color css

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

 span { border-color: rgb(80,163,65); }

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