Html Css Color HEX #50A143 Fruit Salad

📋 copy color: '#50A143'

red 80 ◦ green 161 ◦ blue 67

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

Shades of Fruit Salad #50A143

Tints of Fruit Salad #50A143

RGB

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

 GREEN value IS 161 (63.28% from 255) = 52.27%

 BLUE value IS 67 (26.56% from 255) = 21.75%

R = 25.97%
G = 52.27%
B = 21.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#50A143 (or 0x50A143) is known color: Fruit Salad. HEX triplet: 50, A1 and 43. RGB value is (80,161,67). Sum of RGB (Red+Green+Blue) = 80+161+67=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #50A143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A143 is #AF5EBC. Grayscale: #7E7E7E. Windows color (decimal): -11493053 or 4432208. OLE color: 4432208.

HSL color Cylindrical-coordinate representation of color #50A143: hue angle of 111.7º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #50A143 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 161 67 -
CMYK 0.50 0 0.58 0.37
HSL 111.7º 0.41% 0.45% -
HSV(B) 111.7º 0.58% 0.63% -
XYZ 17.07 27.6 9.74 -
YUV 126.07 94.66 95.14 -
System Red Green Blue C M Y K H S L
Decimal 80 161 67 0.50 0 0.58 0.37 111.7 0.41 0.45
Hex 50 A1 43 32 0 3A 25 70 29 2D
Octal 120 241 103 62 0 72 45 160 51 55
Binary 1010000 10100001 1000011 110010 0 111010 100101 1110000 101001 101101

Color Harmonies of #50A143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A143

Black with #50A143

Text Example


Text Example

White with #50A143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,161,67); }

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

background-color css

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

 a { background-color: rgb(80,161,67); }

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

border-color css

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

 span { border-color: rgb(80,161,67); }

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