Html Css Color HEX #50AB4E Fruit Salad

📋 copy color: '#50AB4E'

red 80 ◦ green 171 ◦ blue 78

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

Shades of Fruit Salad #50AB4E

Tints of Fruit Salad #50AB4E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.98%

 BLUE value IS 78 (30.86% from 255) = 23.71%

R = 24.32%
G = 51.98%
B = 23.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#50AB4E (or 0x50AB4E) is known color: Fruit Salad. HEX triplet: 50, AB and 4E. RGB value is (80,171,78). Sum of RGB (Red+Green+Blue) = 80+171+78=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AB4E is #AF54B1. Grayscale: #858585. Windows color (decimal): -11490482 or 5155664. OLE color: 5155664.

HSL color Cylindrical-coordinate representation of color #50AB4E: hue angle of 118.71º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AB4E is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 171 78 -
CMYK 0.53 0 0.54 0.33
HSL 118.71º 0.37% 0.49% -
HSV(B) 118.71º 0.54% 0.67% -
XYZ 19.25 31.38 12.25 -
YUV 133.19 96.85 90.06 -
System Red Green Blue C M Y K H S L
Decimal 80 171 78 0.53 0 0.54 0.33 118.71 0.37 0.49
Hex 50 AB 4E 35 0 36 21 77 25 31
Octal 120 253 116 65 0 66 41 167 45 61
Binary 1010000 10101011 1001110 110101 0 110110 100001 1110111 100101 110001

Color Harmonies of #50AB4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AB4E

Black with #50AB4E

Text Example


Text Example

White with #50AB4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,171,78); }

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

background-color css

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

 a { background-color: rgb(80,171,78); }

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

border-color css

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

 span { border-color: rgb(80,171,78); }

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