Html Css Color HEX #50A13E Fruit Salad

📋 copy color: '#50A13E'

red 80 ◦ green 161 ◦ blue 62

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

Shades of Fruit Salad #50A13E

Tints of Fruit Salad #50A13E

RGB

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

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

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

R = 26.4%
G = 53.14%
B = 20.46%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.61

 K value IS 0.37

RGB Variations

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

Color information

#50A13E (or 0x50A13E) is known color: Fruit Salad. HEX triplet: 50, A1 and 3E. RGB value is (80,161,62). Sum of RGB (Red+Green+Blue) = 80+161+62=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 161 (63.28% from 255 or 53.14% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 161 - color contains mainly: green. Hex color #50A13E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A13E is #AF5EC1. Grayscale: #7D7D7D. Windows color (decimal): -11493058 or 4104528. OLE color: 4104528.

HSL color Cylindrical-coordinate representation of color #50A13E: hue angle of 109.09º 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 #50A13E is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 161 62 -
CMYK 0.50 0 0.61 0.37
HSL 109.09º 0.44% 0.44% -
HSV(B) 109.09º 0.61% 0.63% -
XYZ 16.92 27.54 8.98 -
YUV 125.5 92.16 95.55 -
System Red Green Blue C M Y K H S L
Decimal 80 161 62 0.50 0 0.61 0.37 109.09 0.44 0.44
Hex 50 A1 3E 32 0 3D 25 6D 2C 2C
Octal 120 241 76 62 0 75 45 155 54 54
Binary 1010000 10100001 111110 110010 0 111101 100101 1101101 101100 101100

Color Harmonies of #50A13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A13E

Black with #50A13E

Text Example


Text Example

White with #50A13E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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