Html Css Color HEX #50A43E Fruit Salad

📋 copy color: '#50A43E'

red 80 ◦ green 164 ◦ blue 62

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

Shades of Fruit Salad #50A43E

Tints of Fruit Salad #50A43E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 53.59%

 BLUE value IS 62 (24.61% from 255) = 20.26%

R = 26.14%
G = 53.59%
B = 20.26%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#50A43E (or 0x50A43E) is known color: Fruit Salad. HEX triplet: 50, A4 and 3E. RGB value is (80,164,62). Sum of RGB (Red+Green+Blue) = 80+164+62=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 164 (64.45% from 255 or 53.59% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 164 - color contains mainly: green. Hex color #50A43E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A43E is #AF5BC1. Grayscale: #7F7F7F. Windows color (decimal): -11492290 or 4105296. OLE color: 4105296.

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

Color convert

RGB 80 164 62 -
CMYK 0.51 0 0.62 0.36
HSL 109.41º 0.45% 0.44% -
HSV(B) 109.41º 0.62% 0.64% -
XYZ 17.45 28.6 9.16 -
YUV 127.26 91.17 94.29 -
System Red Green Blue C M Y K H S L
Decimal 80 164 62 0.51 0 0.62 0.36 109.41 0.45 0.44
Hex 50 A4 3E 33 0 3E 24 6D 2D 2C
Octal 120 244 76 63 0 76 44 155 55 54
Binary 1010000 10100100 111110 110011 0 111110 100100 1101101 101101 101100

Color Harmonies of #50A43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A43E

Black with #50A43E

Text Example


Text Example

White with #50A43E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,164,62); }

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

background-color css

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

 a { background-color: rgb(80,164,62); }

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

border-color css

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

 span { border-color: rgb(80,164,62); }

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