Html Css Color HEX #50A03E Fruit Salad

📋 copy color: '#50A03E'

red 80 ◦ green 160 ◦ blue 62

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

Shades of Fruit Salad #50A03E

Tints of Fruit Salad #50A03E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 52.98%

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

R = 26.49%
G = 52.98%
B = 20.53%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#50A03E (or 0x50A03E) is known color: Fruit Salad. HEX triplet: 50, A0 and 3E. RGB value is (80,160,62). Sum of RGB (Red+Green+Blue) = 80+160+62=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 160 (62.89% from 255 or 52.98% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 160 - color contains mainly: green. Hex color #50A03E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A03E is #AF5FC1. Grayscale: #7D7D7D. Windows color (decimal): -11493314 or 4104272. OLE color: 4104272.

HSL color Cylindrical-coordinate representation of color #50A03E: hue angle of 108.98º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50A03E is Cyan = 0.5, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 160 62 -
CMYK 0.5 0 0.61 0.37
HSL 108.98º 0.44% 0.44% -
HSV(B) 108.98º 0.61% 0.63% -
XYZ 16.75 27.19 8.92 -
YUV 124.91 92.5 95.97 -
System Red Green Blue C M Y K H S L
Decimal 80 160 62 0.5 0 0.61 0.37 108.98 0.44 0.44
Hex 50 A0 3E 32 0 3D 25 6D 2C 2C
Octal 120 240 76 62 0 75 45 155 54 54
Binary 1010000 10100000 111110 110010 0 111101 100101 1101101 101100 101100

Color Harmonies of #50A03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A03E

Black with #50A03E

Text Example


Text Example

White with #50A03E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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